fix: cleanup

This commit is contained in:
2026-03-20 10:26:24 +01:00
parent 3960fdc679
commit 78f03e139f
24 changed files with 2917 additions and 900 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<link rel="manifest" href="{% url 'web:manifest_json' %}">
{% include "theme/seo.html" %}
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
<link rel="shortcut icon" type="image/png" href="{{ favicon }}"/>
<script src="https://unpkg.com/htmx.org@2.0.3"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
-1
View File
@@ -1,5 +1,4 @@
@import "tailwindcss";
@import "./components.css";
@theme {