Made dateFormat configurable in config.toml

This commit is contained in:
Li-Wen Yip 2017-03-04 14:33:31 +00:00
commit d5de1306d0
4 changed files with 4 additions and 3 deletions

View file

@ -13,7 +13,7 @@
{{ end }}
{{ if eq .Type "post" }}
<span class="post-meta">Posted on {{ .Date.Format "January 2, 2006" }}</span>
<span class="post-meta">Posted on {{ .Date.Format .Site.Params.dateFormat }}</span>
{{ end }}
</div>
</div>