diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 633fe1f..b99dcd4 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -48,7 +48,7 @@
Author Image
{{ partial "helpers/get-author-name.html" . }}
-

{{ .Page.Date.Format "January 2, 2006" }}

+

{{ .Page.Date | time.Format ":date_full" }}