From b4c5428159f121968e8f5ce9160e020c6a054e58 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Fri, 20 Oct 2023 00:06:03 +0000 Subject: [PATCH] fix: Custom css loading --- templates/includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/head.html b/templates/includes/head.html index 5c80d6f..6bd87cb 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -14,7 +14,7 @@ {% if config.extra.stylesheets %} {% for stylesheet in config.extra.stylesheets %} - + {% endfor %} {% endif %}