From f05e1a010fcd0fff6e87de6d4aa07616c58b07bb Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Thu, 3 Feb 2022 11:00:08 -0500 Subject: [PATCH] Adding back button to blog posts, to ease navigation. --- layouts/post/single.html | 2 ++ 1 file changed, 2 insertions(+) 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" . -}}