From 12ec54d54fb4dafa83591fbeabf05e8fbebc306f Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Fri, 8 Mar 2024 03:33:22 +0000 Subject: [PATCH] Add WNiW plug to homepage --- apps/core/templates/core/home_page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/core/templates/core/home_page.html b/apps/core/templates/core/home_page.html index c0695f4f..0dfb7a15 100644 --- a/apps/core/templates/core/home_page.html +++ b/apps/core/templates/core/home_page.html @@ -9,6 +9,8 @@

{{ page.title }}

{{ page.introduction }}

+

👉️ Want to learn more about Wagtail 6.0 and beyond?
Join the What’s new in Wagtail webinar on March 12th and 13th.

+ {% include_block page.sections %} {% endblock content %}