diff --git a/layouts/partials/content.html b/layouts/partials/content.html index c336a97..324135c 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -5,6 +5,13 @@ {{ if .IsPage }}

{{ partial "content-details.html" . }}

+ + + {{ if and (not .Lastmod.IsZero) (not (.Lastmod.Equal .Date)) }} + + Article revised in: {{ .Lastmod.Format "January 2 2006" }} + + {{ end }} {{ end }} {{ if .Content }}