aboutsummaryrefslogtreecommitdiff
path: root/layouts/posts/single.html
diff options
context:
space:
mode:
authorJordi Bares <jordibares@hotmail.com>2019-03-26 11:59:35 +0000
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-03-29 16:16:04 +0100
commit062f14b9a19f65d6ab72800f5d436b05ce07853d (patch)
tree0f0a468fa36793b534f8e005309fd6cc0162d1c7 /layouts/posts/single.html
parentd4abb9d34bca7ed171c46cf32b3e301e583bcfd0 (diff)
Theme date formatting in config file
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 6b0712e..45ff3c7 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -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">