fix time-tag issue

This commit is contained in:
Ariejan de Vroom 2015-05-27 15:00:03 +02:00
parent a997f704de
commit a7aa19054f

View File

@ -5,7 +5,7 @@
{{ if eq .Section "posts" }} {{ if eq .Section "posts" }}
<p class="meta"> <p class="meta">
<time class="date">{{ .Date.Format "2 January, 2006" }}</time> <time class="date" datatime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "2 January, 2006" }}</time>
• tagged {{ partial "post/tag/list" . }} • tagged {{ partial "post/tag/list" . }}
• {{ .WordCount }} words • {{ .WordCount }} words
• ~{{ .ReadingTime }} minutes • ~{{ .ReadingTime }} minutes