{{ .Title }}
{{ .Content }}
-diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html
index 4eb0cf4..9f37d0c 100644
--- a/layouts/_default/_markup/render-heading.html
+++ b/layouts/_default/_markup/render-heading.html
@@ -1 +1,3 @@
-
{{ .Content }}
-{{ partial "content-details.html" . }}
+{{ partial "content-details.html" . }}
- - {{ if and (not .Lastmod.IsZero) (not (.Lastmod.Equal .Date)) }} - - Article revised in: {{ .Lastmod.Format "January 2 2006" }} - - {{ end }} + +{{ if and (not .Lastmod.IsZero) (not (.Lastmod.Equal .Date)) }} + + Article revised in: {{ .Lastmod.Format "January 2 2006" }} + +{{ end }} {{ end }} {{ if .Content }} -