Rename theme for release

This commit is contained in:
Marc Riera Irigoyen 2018-03-13 14:11:10 +01:00
parent 708a9f1ca0
commit 627ef49a03
18 changed files with 11 additions and 11 deletions

View file

@ -0,0 +1,9 @@
{{ partial "header.html" . }}
{{ if not .Date.IsZero }}
<p class="timestamp">{{ .Date.Format "02-01-2006" }}</p>
{{ end }}
{{ .Content }}
{{ if .Params.tags }}
{{ partial "tags" .Params.tags }}
{{ end }}
{{ partial "footer.html" . }}