Comencem amb els estils i alguna cosa més.
This commit is contained in:
pare
efbc4ca71e
commit
6e8d18d4cc
S'han modificat 4 arxius amb 27 adicions i 10 eliminacions
|
@ -1,3 +1,9 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
{{- partial "head.html" . -}}
|
||||||
|
<body>
|
||||||
|
{{- partial "header.html" . -}}
|
||||||
|
<div id="content">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
{{ range .Pages.ByPublishDate.Reverse }}
|
{{ range .Pages.ByPublishDate.Reverse }}
|
||||||
<p>
|
<p>
|
||||||
|
@ -7,3 +13,7 @@
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
{{- partial "footer.html" . -}}
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -5,15 +5,10 @@
|
||||||
{{- partial "header.html" . -}}
|
{{- partial "header.html" . -}}
|
||||||
<div id="content">
|
<div id="content">
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
{{ range .Pages.ByPublishDate.Reverse }}
|
{{- range (.Paginate ( first 3 .Pages.ByDate )).Pages }}
|
||||||
<p>
|
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
||||||
<h3><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
|
{{- end}}
|
||||||
<a class="summary" href="{{ .RelPermalink }}">
|
|
||||||
<p>{{ .Summary }}</p>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1 +1,12 @@
|
||||||
<h1>Hola!</h1>
|
<header>
|
||||||
|
<div id="logo">El logo</div>
|
||||||
|
<div id="iconamenu">Hamburguesa</div>
|
||||||
|
</header>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li>El blog</li>
|
||||||
|
<li>Sala de premsa</li>
|
||||||
|
<li>Sobre mi</li>
|
||||||
|
<li>Currículum</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
1
themes/pinitema/static/css/style.css
Normal file
1
themes/pinitema/static/css/style.css
Normal file
|
@ -0,0 +1 @@
|
||||||
|
header {width: 90%; margin: 1em auto 0 auto; display: flex; flex-direction: row; justify-content: space-between;}
|
Loading…
Referencia en una nova incidència