aboutsummaryrefslogtreecommitdiff
path: root/layouts/post/single.html
diff options
context:
space:
mode:
authorSanjay T. Sharma <sanjay.t.sharma@gmail.com>2017-09-24 17:56:55 +0100
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-09-25 00:56:55 +0800
commitab7cdc5d3c20f03b1e22f4c201ba29af06d139cb (patch)
tree72c5097b037064188bfe5deed66bf58c490efa75 /layouts/post/single.html
parent271f73a87fe152978daea55e6cfe2a3b6f3530fb (diff)
feat: provide the facility to customize date format (#10)
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r--layouts/post/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index da83b70..7960c64 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -6,7 +6,7 @@
<h1 class="post-title">{{ .Title }}</h1>
<div class="post-meta">
- <span class="post-time"> {{ .Date.Format "2006-01-02" }} </span>
+ <span class="post-time"> {{ .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }} </span>
{{ with .Params.categories -}}
<div class="post-category">
{{ range . -}}