diff --git a/layouts/post/single.html b/layouts/post/single.html index 0527882..fa7ed91 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -10,6 +10,8 @@

{{ .Params.title }}

Author: {{ .Params.author }} | Published: {{ .Date.Format "Jan 2, 2006" }}
{{ .Content }} + +
{{- partial "footer.html" . -}}