From 73b2ce8d2ae1139cd51114122688059eed179e2d Mon Sep 17 00:00:00 2001 From: daudix Date: Wed, 28 Aug 2024 01:49:52 +0300 Subject: [PATCH 1/5] Don't use `safe` on colors that don't need it --- templates/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/head.html b/templates/partials/head.html index 857f06a..5ccee30 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -3,7 +3,7 @@ - + {%- if config.extra.primary_color_dark %} {%- endif %} @@ -40,7 +40,7 @@