menu added
All checks were successful
Deploy to NAS / deploy (push) Successful in 1m47s

This commit is contained in:
Christoph K.
2026-04-09 22:28:02 +02:00
parent b73d91ccaa
commit 8eef933573
6 changed files with 37 additions and 22 deletions

View File

@@ -2,13 +2,6 @@
{{define "content"}}
<main class="container">
<div class="page-header">
<h1>REISEJOURNAL</h1>
<span>
{{if .IsAdmin}}<a href="/admin">[ Admin ]</a> · {{end}}
<a href="/logout">[ Ausloggen ]</a>
</span>
</div>
<form method="get" action="/days/redirect" class="gps-row">
<input type="date" name="date" id="nav-date" required>
<button type="submit">Tag öffnen</button>