From db52aa994294f3f2a412efee7802c752073018e2 Mon Sep 17 00:00:00 2001 From: Northerner-coder <50540933+Northerner-coder@users.noreply.github.com> Date: Fri, 16 Oct 2020 12:42:32 -0400 Subject: [PATCH] layouts: Add DateFormat parameter (#39) * User can change Date Format to be displayed in Front Matter * Formats supported by Hugo can be found here: https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference --- layouts/_default/archives.html | 2 +- layouts/_default/list.html | 2 +- layouts/_default/single.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index ce0c153b..e2e6993a 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -22,7 +22,7 @@ {{- .Title | markdownify }}
- + {{- if $.Site.Params.ShowReadingTime }} ·  {{- $default_txt := print .ReadingTime " " "min" }} {{- i18n "read_time" .ReadingTime | default $default_txt }}{{ end }} diff --git a/layouts/_default/list.html b/layouts/_default/list.html index ebe7b0d4..a92fe71d 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -52,7 +52,7 @@ {{- end }}