Changes dateform to dateformat

This commit is contained in:
Huy Tran 2018-03-30 19:27:52 +11:00
parent 227d365dbe
commit fdf35c8c91
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<div class="post">
<h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<span class="post-date">
{{- .Date.Format (.Site.Params.dateform | default "Jan 02, 2006") -}}
{{- .Date.Format (.Site.Params.dateformat | default "Jan 02, 2006") -}}
</span>
{{ .Summary }}
{{ if .Truncated }}