From 5c3da031cbcb083a1a45910c55d0ede2bfa0c3d5 Mon Sep 17 00:00:00 2001 From: dennisbrookner Date: Wed, 18 Sep 2024 10:40:46 -0400 Subject: [PATCH] add "back to blog" button at top and bottom of posts --- _layouts/post.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 607dfb5..c32343c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,9 +1,13 @@ --- layout: content_page --- +

⬅️ Back to blog posts

+

{{ page.date | date_to_string }}

{{ page.title }}

{{ page.subtitle }}

{{ page.author }}

-{{ content }} \ No newline at end of file +{{ content }} + +

⬅️ Back to blog posts