aboutsummaryrefslogtreecommitdiff
path: root/layouts/posts/single.html
diff options
context:
space:
mode:
authorJordi Bares <jordibares@hotmail.com>2019-03-28 20:25:28 +0000
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-03-29 16:16:04 +0100
commita7e906feed641b0ecb52e82066ea57e2af72c386 (patch)
treefc58f40aee5f272298aae7b2f5f5e21cbb33278c /layouts/posts/single.html
parent062f14b9a19f65d6ab72800f5d436b05ce07853d (diff)
Change name DateForm to DateFormat, complete git-footer.html upgrade
Diffstat (limited to 'layouts/posts/single.html')
-rw-r--r--layouts/posts/single.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<header>
<h1>{{ .Title }}</h1>
<h5>
- <strong>{{ .Date.Format .Site.Params.DateForm }}</strong>
+ <strong>{{ .Date.Format .Site.Params.DateFormat }}</strong>
</h5>
</header>
<article class="markdown">