fix: huge refactor

This commit is contained in:
2026-03-17 14:03:51 +01:00
parent be87ab4fa1
commit 71b02610d1
50 changed files with 2763 additions and 3516 deletions
@@ -0,0 +1,9 @@
<button
onclick="switchTheme()"
id="theme-toggle"
type="button"
aria-label="switchtheme"
class="btn btn-circle">
{% include 'components/icons/moon.svg' %}
{% include 'components/icons/sun.svg' %}
</button>