small improvements

This commit is contained in:
Niklas Buschmann
2019-08-01 15:44:41 +02:00
parent 37355b1f89
commit c9911ef878
4 changed files with 6 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
<article>
<header>
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
{{ if .Date }}<p><time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "January 02, 2006" }}</time></p>{{ end }}
{{ if .Date }}<p class="meta"><time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "January 02, 2006" }}</time></p>{{ end }}
</header>
{{ .Content }}
</article>