diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ed5630e..b274b9a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,7 +3,25 @@

{{ .Title }}

- {{ if .Date }}{{ end }} + + {{- $pubdate := .PublishDate.Format "January 02, 2006" }} + Created: + + + + {{- if .Lastmod }} + {{- $lastmod := .Lastmod.Format "January 02, 2006" }} + {{- if ne $lastmod $pubdate }} + + {{- end }} + {{- end }}
{{ .Content }}