From a7e906feed641b0ecb52e82066ea57e2af72c386 Mon Sep 17 00:00:00 2001 From: Jordi Bares Date: Thu, 28 Mar 2019 20:25:28 +0000 Subject: Change name DateForm to DateFormat, complete git-footer.html upgrade --- layouts/posts/list.html | 2 +- layouts/posts/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/posts') 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 @@ {{ .Title }}
- {{ .Date.Format .Site.Params.DateForm }} + {{ .Date.Format .Site.Params.DateFormat }}

{{- .Summary -}} diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 45ff3c7..36585e5 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -2,7 +2,7 @@

{{ .Title }}

- {{ .Date.Format .Site.Params.DateForm }} + {{ .Date.Format .Site.Params.DateFormat }}
-- cgit v1.2.3