From 98b4865a386c1d04b171198e191d38c2cf0875d4 Mon Sep 17 00:00:00 2001 From: Damien Boisvert Date: Mon, 4 Dec 2023 14:55:11 -0800 Subject: [PATCH] Fix post title from commit 268ab0d Whoops :/ --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index cf04782..efe13d8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -79,7 +79,7 @@ {% else %}
{% endif %} -

{{ post.title }}

+

{{ page.title }}

{{ content }} {% if site.footer == true %}