Theme date formatting in config file

This commit is contained in:
Jordi Bares
2019-03-26 11:59:35 +00:00
committed by Alex Shpak
parent d4abb9d34b
commit 062f14b9a1
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<header>
<h1>{{ .Title }}</h1>
<h5>
<strong>{{ .Date.Format "January 2, 2006" }}</strong>
<strong>{{ .Date.Format .Site.Params.DateForm }}</strong>
</h5>
</header>
<article class="markdown">