From a4bd777a576be4cefd0825f1444367c212917d1a Mon Sep 17 00:00:00 2001 From: ahoemann Date: Tue, 19 Nov 2024 11:24:50 +0000 Subject: [PATCH] feat: added local css to template --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 6c5c78a..94df674 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ - + {% block title %}{% endblock %} - Adrianux.net {% endblock %}