diff --git a/layouts/posts/single.html b/layouts/posts/single.html index a383c54..39a163b 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -83,23 +83,31 @@ {{ partial "categories.html" . }}
-
+
{{ i18n "wordCount" .Page.WordCount }}
-
+
+ {{ if not (eq .Params.Started .Date )}}
+ {{ if .Site.Params.dateformNumTime }}
+ {{ i18n "dateStarted" }}{{ dateFormat .Site.Params.dateformNumTime .Params.Started }}
+ {{ else }}
+ {{ i18n "dateStarted" }}{{ dateFormat "2006-01-02 15:04" .Params.Started }}
+ {{ end }}
+ {{ end }}
+
+
{{ if .Site.Params.dateformNumTime }}
{{ dateFormat .Site.Params.dateformNumTime .Date.Local }}
{{ else }}