-
+
{{- with .Site.Params.dateformat | default "2006-01-02" | .Lastmod.Format -}}
{{- dict "Date" . | T "updatedOnDate" -}}
{{- if $.Site.Params.gitRepo -}}
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 59178677..8ece505c 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -51,7 +51,9 @@
{{- with .Site.Params.dateformat | default "2006-01-02" | .PublishDate.Format -}}
-
+
+
+
{{- end -}}
{{ T "wordCount" .WordCount }}
{{ T "readingTime" .ReadingTime }}
diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html
index c2e6141c..79c6fde5 100644
--- a/layouts/taxonomy/list.html
+++ b/layouts/taxonomy/list.html
@@ -31,7 +31,7 @@
{{- .Title -}}
-
+
{{- $.Site.Params.list.dateFormat | default "01-02" | .Date.Format -}}