From 5ae321cc129f4c9cb9e7bd3a5061daeb44325d51 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Fri, 22 Dec 2023 02:08:35 +0100 Subject: [PATCH] fix: include logo css in the right spot --- templates/head.html | 1 + templates/logo.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/head.html b/templates/head.html index 8001bcb..ad5690c 100644 --- a/templates/head.html +++ b/templates/head.html @@ -91,6 +91,7 @@ {% endif %} {% block css %} + {% endblock css %}