From 228ebfa044073d5b6234645ad581a59b18c70da9 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:32:30 +0100 Subject: [PATCH] Add 2024 welcome banner (#645) --- _includes/welcome_banner.html | 3 +++ _layouts/page.html | 1 + _layouts/post.html | 2 ++ _redirects | 3 +++ 4 files changed, 9 insertions(+) create mode 100644 _includes/welcome_banner.html diff --git a/_includes/welcome_banner.html b/_includes/welcome_banner.html new file mode 100644 index 00000000..2886099e --- /dev/null +++ b/_includes/welcome_banner.html @@ -0,0 +1,3 @@ +
+

Joining us in September? Watch our welcome video and meet everyone else over on Discord!

+
diff --git a/_layouts/page.html b/_layouts/page.html index ed9625ad..4d92ec56 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 f0247131..ecc6d985 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,6 +15,8 @@ {% include header.html %}
+ + {% include welcome_banner.html %}
{% if page.header-image %} diff --git a/_redirects b/_redirects index d3ffa35c..2bb7f648 100644 --- a/_redirects +++ b/_redirects @@ -76,3 +76,6 @@ /barbecue /bbq /barbeque /bbq /raffle https://www.justgiving.com/campaign/cssbbq + +# 2024 Welcome +/welcome https://www.youtube.com/watch?v=gJcnfB2ep7E