diff --git a/src/themes/m10c/layouts/_default/single.html b/src/themes/m10c/layouts/_default/single.html index 9368cd8..3a8756b 100644 --- a/src/themes/m10c/layouts/_default/single.html +++ b/src/themes/m10c/layouts/_default/single.html @@ -8,6 +8,12 @@ {{ partial "icon.html" (dict "ctx" $ "name" "calendar") }} {{ .PublishDate.Format "Jan 2, 2006" }} + {{ if ne .Lastmod .Date }} +
+ {{ partial "icon.html" (dict "ctx" $ "name" "git-commit") }} + Last Edited: {{ .Lastmod.Format "Jan 2, 2006" }} +
+ {{ end }} {{ if not .Site.Params.noreadingtime }}
{{ partial "icon.html" (dict "ctx" $ "name" "clock") }}