Change name DateForm to DateFormat, complete git-footer.html upgrade

This commit is contained in:
Jordi Bares
2019-03-28 20:25:28 +00:00
committed by Alex Shpak
parent 062f14b9a1
commit a7e906feed
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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">