diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 048c2cf..1f660a4 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -25,7 +25,7 @@ - {{ if ne .Lastmod .Date }} + {{ if ne (.Lastmod.Format "2006-01-02") (.Date.Format "2006-01-02") }} Updated on {{ end }} {{ .Lastmod.Format "Jan 2, 2006" }}