Begin overhaul

This commit is contained in:
Marc Riera Irigoyen 2019-03-21 00:00:20 +01:00
parent fe615f0822
commit 920d0ef3ac
18 changed files with 543 additions and 59 deletions

View file

@ -0,0 +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>
{{ partial "footer.html" . }}