From 61918353d415323b0d9a57b4916851ed27e840af Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Fri, 20 Oct 2023 00:03:51 +0000 Subject: [PATCH] fix: Remove custom.css by default --- templates/includes/head.html | 8 +++++--- templates/includes/nav.html | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/includes/head.html b/templates/includes/head.html index 4142c13..5c80d6f 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -14,10 +14,9 @@ {% if config.extra.stylesheets %} {% for stylesheet in config.extra.stylesheets %} - + {% endfor %} {% endif %} - {% if config.extra.animated_favicon %} @@ -29,7 +28,10 @@ - + diff --git a/templates/includes/nav.html b/templates/includes/nav.html index e9b754e..5f9c269 100644 --- a/templates/includes/nav.html +++ b/templates/includes/nav.html @@ -6,7 +6,7 @@