Add a way to change the date format with 'dateFormat' site param
This commit is contained in:
parent
4b46c8cd72
commit
cb6cdb37ef
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<div class="post-meta">
|
||||
{{- if or .Params.author .Site.Params.author -}}
|
||||
{{ .Params.author | default .Site.Params.author }} · {{ end }}
|
||||
{{- .Date.Format "2006.1.2" -}}
|
||||
{{- .Date.Format (.Site.Params.dateFormat | default "2006.1.2") -}}
|
||||
</div>
|
||||
</header>
|
||||
<div class="post-content">{{ .Content }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue