Made dateFormat configurable in config.toml
This commit is contained in:
parent
44bdb457db
commit
d5de1306d0
4 changed files with 4 additions and 3 deletions
|
|
@ -49,7 +49,7 @@
|
|||
</a>
|
||||
|
||||
<p class="post-meta">
|
||||
Posted on {{ .Date.Format "January 2, 2006" }}
|
||||
Posted on {{ .Date.Format .Site.Params.dateFormat }}
|
||||
</p>
|
||||
<div class="post-entry">
|
||||
{{ if .Truncated }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue