A lot sof small qualtiy of life upgrades

This commit is contained in:
Simon Martens
2025-09-16 17:02:58 +02:00
parent 3ebfcd410f
commit ca51a6317b
17 changed files with 2109 additions and 1407 deletions

View File

@@ -1,3 +1,12 @@
<div class="mt-8">
<h1 class="text-2xl">Königsberger gelehrte und politische Zeitungen</h1>
<div class="pb-16 mx-auto bg-slate-50 w-full border-t-8 border-slate-600 ">
<header class="mx-auto w-fit mt-12">
<a href="/" class="no-underline">
<h1 class="text-2xl">Königsberger gelehrte und politische Zeitungen</h1>
</a>
</header>
<nav>
{{ block "_menu" . }}
{{ end }}
</nav>
</div>