diff options
Diffstat (limited to 'layouts/posts/list.html')
-rw-r--r-- | layouts/posts/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 0821998..9c68a79 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -6,7 +6,7 @@ <a href="{{ .RelPermalink }}">{{ .Title }}</a> </h2> <h5> - <strong>{{ .Date.Format .Site.Params.DateForm }}</strong> + <strong>{{ .Date.Format .Site.Params.DateFormat }}</strong> </h5> <p class="markdown"> {{- .Summary -}} |