diff --git a/custom_theme/base.html b/custom_theme/base.html index 933b0ee7a078d119a1bd012ef8e77b88d327765a..8d982d769449622b79c0534544abb1821af1c72a 100644 --- a/custom_theme/base.html +++ b/custom_theme/base.html @@ -92,6 +92,8 @@ })(); + + {% if palette.primary or palette.accent %} {% set primary = palette.primary | replace(" ", "-") | lower %}