diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 987d3bb..e0efb90 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -66,7 +66,7 @@ {{ if .Params.video }} {{ partial "odysee.html" . }} {{ end }} - + {{ .Content }} @@ -107,10 +107,9 @@
-
-
+
{{ if .Site.Params.dateformNumTime }}
{{ dateFormat .Site.Params.dateformNumTime .Date.Local }}
{{ else }}
@@ -128,6 +127,20 @@
{{ end }}
+
+
+ {{ if .Site.Params.dateformNumTime }}
+ {{ dateFormat .Site.Params.dateformNumTime .Params.release }}
+ {{ else }}
+ {{ dateFormat "2006-01-02 15:04" .Params.release }}
+ {{ end }}
+