From c1335b0f960eb69cd9db78395740b3ed18de82cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E9=BE=99?= Date: Fri, 30 Nov 2018 20:36:58 +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 b4abb7d..7b01153 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