Theme improvements
This commit is contained in:
parent
0fb743dcb9
commit
beaec35dcc
18 changed files with 176 additions and 124 deletions
|
@ -1,11 +1,11 @@
|
|||
{{ partial "header.html" . }}
|
||||
<div id="content">
|
||||
{{ if not .Date.IsZero }}
|
||||
<p class="timestamp">{{ .Date.Format "02-01-2006" }}</p>
|
||||
{{ end }}
|
||||
{{ .Content }}
|
||||
{{ if .Params.tags }}
|
||||
{{ partial "tags" .Params.tags }}
|
||||
{{ end }}
|
||||
</div>
|
||||
<main>
|
||||
{{- if not .Date.IsZero }}
|
||||
<p class="timestamp">{{ .Date.Format "02-01-2006" }}</p>
|
||||
{{- end }}
|
||||
{{ .Content }}
|
||||
{{- if .Params.tags }}
|
||||
{{ partial "tags" .Params.tags }}
|
||||
{{- end }}
|
||||
</main>
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue