From e39d5cd73c9d8acc723e995659d0b189e4727a3c Mon Sep 17 00:00:00 2001 From: Konstantin Kostov Date: Tue, 12 Mar 2024 18:42:41 +0100 Subject: [PATCH] add a blig clumsy logo to test if it works --- home/templates/home/welcome_page.html | 52 ---- .../templates/includes/header.html | 3 +- .../templates/includes/logo.html | 247 ++++++++++++++++++ 3 files changed, 248 insertions(+), 54 deletions(-) delete mode 100644 home/templates/home/welcome_page.html create mode 100644 iamkonstantin_web/templates/includes/logo.html diff --git a/home/templates/home/welcome_page.html b/home/templates/home/welcome_page.html deleted file mode 100644 index dcacaf3..0000000 --- a/home/templates/home/welcome_page.html +++ /dev/null @@ -1,52 +0,0 @@ -{% load i18n wagtailcore_tags %} - -
- - -
-
-
- -
-
-

{% trans "Welcome to your new Wagtail site!" %}

-

{% trans 'Please feel free to join our community on Slack, or get started with one of the links below.' %}

-
-
- diff --git a/iamkonstantin_web/templates/includes/header.html b/iamkonstantin_web/templates/includes/header.html index 25e912d..2f3200d 100644 --- a/iamkonstantin_web/templates/includes/header.html +++ b/iamkonstantin_web/templates/includes/header.html @@ -1,12 +1,11 @@ {% load wagtailcore_tags navigation_tags wagtailuserbar %}
- {# Add this: #} {% get_site_root as site_root %}