feat(i18n): make dateFormat part of theme config

This commit is contained in:
Jimmy Cai
2020-09-09 17:35:22 +02:00
parent da112157cf
commit 4d0e260318
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
</h2>
<footer class="article-time">
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>
{{- .Date.Format ( or .Site.Params.dateFormat "Jan 02, 2006" ) -}}
{{- .Date.Format (or .Site.Params.dateFormat.published "Jan 02, 2006") -}}
</time>
</footer>
</div>