diff --git a/layouts/article/single.html b/layouts/article/single.html index ea33371909..22209df2ff 100644 --- a/layouts/article/single.html +++ b/layouts/article/single.html @@ -88,11 +88,13 @@

{{ .Title }}

{{ .Content }} + {{ if not .Params.hide_lastmod -}} {{ if .Params.lastmod }}

Last updated: {{ time.Format "2006-01-02 15:04" .Params.lastmod }}

{{ end }} + {{ end -}}