From 6b71b94a490aa84ae00809c438eda1b75052e530 Mon Sep 17 00:00:00 2001 From: Niki Hansche Date: Wed, 8 Aug 2018 20:19:23 +0200 Subject: [PATCH] Add ".Site.Params.Dateformat" configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use ".Site.Params.Dateformat" for formatiing of dates. If it isn’t configured stay with the default ""January 2, 2006". --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 89b61b2..7f5df62 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -19,7 +19,7 @@ {{/* Hugo uses Go's date formatting is set by example. Here are two formats */}}