layouts reverted to .NextInSection following hugo patch
[kengrimes.com/theme.git] / layouts / _default / single.html
index 057d98f..2f9c4a2 100644 (file)
@@ -1,4 +1,5 @@
 {{- define "main" -}}
+<small>{{ .Page.Lastmod }}</small>
 {{- if (gt (len (findRE "<h1" .Content)) 0) }}
 {{ replaceRE "(<h1.*</h1>)" "</article>\n$1\n<article>" .Content | strings.TrimLeft "\n " | strings.TrimPrefix "</article>" | replaceRE "\n" "\n      " | safeHTML }}</article>
 {{- else -}}