diff --git a/wagtailio/newsletter/templates/newsletter/newsletter_index_page.html b/wagtailio/newsletter/templates/newsletter/newsletter_index_page.html index 87132b37d..ce8d71870 100644 --- a/wagtailio/newsletter/templates/newsletter/newsletter_index_page.html +++ b/wagtailio/newsletter/templates/newsletter/newsletter_index_page.html @@ -15,9 +15,12 @@

This week in Wagtail

A (mostly) weekly email with updates from the Wagtail core team.

-
diff --git a/wagtailio/project_styleguide/templates/patterns/base.html b/wagtailio/project_styleguide/templates/patterns/base.html index ed5e7081f..21658862e 100644 --- a/wagtailio/project_styleguide/templates/patterns/base.html +++ b/wagtailio/project_styleguide/templates/patterns/base.html @@ -28,6 +28,10 @@ + + {# blocking js loaded first to ensure no flash of white on theme detection #} + + {% block body_top %}{% endblock %} {% wagtailuserbar %} diff --git a/wagtailio/project_styleguide/templates/patterns/base_page.html b/wagtailio/project_styleguide/templates/patterns/base_page.html index ce160cd82..d40c9537e 100644 --- a/wagtailio/project_styleguide/templates/patterns/base_page.html +++ b/wagtailio/project_styleguide/templates/patterns/base_page.html @@ -55,25 +55,13 @@ - - - - - - - - - - - - - - - - - - - + {# Reference: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs #} + {# 32x32 #} + {# todo: finish icon (bg, white fill), and @media (prefers-color-scheme: dark) #} + {# 180x180 #} + + + {% if GOOGLE_TAG_MANAGER_ID %} diff --git a/wagtailio/project_styleguide/templates/patterns/components/hero/hero.html b/wagtailio/project_styleguide/templates/patterns/components/hero/hero.html index 5931a576f..d3d4eaff1 100644 --- a/wagtailio/project_styleguide/templates/patterns/components/hero/hero.html +++ b/wagtailio/project_styleguide/templates/patterns/components/hero/hero.html @@ -22,9 +22,12 @@

{% firstof value.sub_heading value.subhea {# Paper plane svg is made of mupltiple paths - different to the other icon choices #} {% if value.icon == 'paper-plane' %}
-
{% elif value.icon %} {% include "patterns/components/icon/icon.html" with icon=value.icon classes="icon--primary hero__icon" %} diff --git a/wagtailio/project_styleguide/templates/patterns/components/sign_up_form/base_form.html b/wagtailio/project_styleguide/templates/patterns/components/sign_up_form/base_form.html index 8ef7ef2d0..ee7213934 100644 --- a/wagtailio/project_styleguide/templates/patterns/components/sign_up_form/base_form.html +++ b/wagtailio/project_styleguide/templates/patterns/components/sign_up_form/base_form.html @@ -1,6 +1,6 @@
- +