feat signout and reactivity

This commit is contained in:
Per Stark
2024-12-26 23:05:14 +01:00
parent 1f3e5a265b
commit 706e51c8d8
7 changed files with 35 additions and 16 deletions

View File

@@ -4,10 +4,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}minnet{% endblock %}</title>
<title>{% block title %}Minne{% endblock %}</title>
<script src="assets/htmx.min.js"></script>
<link rel="stylesheet" href="assets/style.css">
<link rel="manifest" href="/assets/manifest.json">
<!-- Optional but recommended for iOS support -->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="/assets/icons/icon-192x192.png">