diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 5fc13ee..a87de41 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -106,11 +106,28 @@ {{ end }} + {{/* {{ if .Site.Params.dateformShort }} {{ time.Format .Site.Params.dateformShort $date }} {{ else }} {{ time.Format "Jan 2" $date }} {{ 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 }}