From 2a34066870ce0af2013e931d0afb964c30fbaa23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E9=BE=99?= Date: Fri, 30 Nov 2018 20:36:36 +0800 Subject: [PATCH] Update base.html --- custom_theme/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_theme/base.html b/custom_theme/base.html index 013d3fc..704b24b 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 %} -- GitLab