diff options
author | Jordi Bares <jordibares@hotmail.com> | 2019-03-28 20:25:28 +0000 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-03-29 16:16:04 +0100 |
commit | a7e906feed641b0ecb52e82066ea57e2af72c386 (patch) | |
tree | fc58f40aee5f272298aae7b2f5f5e21cbb33278c /layouts/posts/list.html | |
parent | 062f14b9a19f65d6ab72800f5d436b05ce07853d (diff) |
Change name DateForm to DateFormat, complete git-footer.html upgrade
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 -}} |