diff --git a/layouts/_default/list.html b/layouts/_default/list.html index a87de41..f80d729 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -114,20 +114,20 @@ {{ end }} */}} - {{ if .Params.Release }} - {{ if .Site.Params.dateformShort }} - {{ time.Format .Site.Params.dateformShort .Params.release }} - {{ else }} - {{ time.Format "Jan 2" .Params.release }} - {{ end }} - <- - {{ end }} - {{ if .Site.Params.dateformShort }} {{ time.Format .Site.Params.dateformShort .Date }} {{ else }} {{ time.Format "Jan 2" .Date }} {{ end }} + + {{ if .Params.Release }} + for + {{ if .Site.Params.dateformShort }} + {{ time.Format .Site.Params.dateformShort .Params.release }} + {{ else }} + {{ time.Format "Jan 2" .Params.release }} + {{ end }} + {{ end }}