From 1a32d440a4782fd8cf50e0ab5732693e6a77474a Mon Sep 17 00:00:00 2001 From: MattyTheHacker <18513864+MattyTheHacker@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:35:51 +0100 Subject: [PATCH 1/3] Revert "Remove welcome banner (#681)" This reverts commit 44040e27ac41c9aa532954a2e3e0227ef3da08d8. --- _layouts/page.html | 1 + _layouts/post.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_layouts/page.html b/_layouts/page.html index 8d630a3f..666639ee 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -39,6 +39,7 @@ {% include header.html %}
+ {% include welcome_banner.html %} {{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index e9482c7f..f9d9289c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,6 +15,9 @@ {% include header.html %}
+ + {% include welcome_banner.html %} +
{% if page.header-image %} From 213fa1166ecaeb498d1ab8a448bd8cc11dc0c0fe Mon Sep 17 00:00:00 2001 From: MattyTheHacker <18513864+MattyTheHacker@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:45:40 +0100 Subject: [PATCH 2/3] Fix text --- _includes/welcome_banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/welcome_banner.html b/_includes/welcome_banner.html index 4a362f75..82bb1242 100644 --- a/_includes/welcome_banner.html +++ b/_includes/welcome_banner.html @@ -1,3 +1,3 @@ From 472aa0d50ebc6c6c81059c287bab6b113120fc82 Mon Sep 17 00:00:00 2001 From: MattyTheHacker <18513864+MattyTheHacker@users.noreply.github.com> Date: Mon, 18 Aug 2025 10:02:18 +0100 Subject: [PATCH 3/3] consistent spacing --- _layouts/post.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index f9d9289c..dd5cd70e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,9 +15,7 @@ {% include header.html %}
- {% include welcome_banner.html %} -
{% if page.header-image %}