mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-18 15:09:49 +02:00
feat: theme toggle
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" data-theme="dark">
|
||||
<html lang="en" data-theme="light">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="assets/htmx.min.js" defer></script>
|
||||
<script src="assets/theme-toggle.js" defer></script>
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="icon" href="/assets/icon/favicon.ico">
|
||||
@@ -28,6 +29,7 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
||||
{% block head %}{% endblock %}
|
||||
|
||||
</head>
|
||||
{% block body %}{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user