ui: Menü schlanker — Manifest + Code in den Footer

Hauptmenü: JOURNAL · LIBRARY · ARCHIV · DIALOG. Manifest und Code (Repo)
wandern in die Footer-Linkleiste zu Colophon/Impressum/Datenschutz/RSS/Spenden.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 22:25:29 +02:00
parent 790141bafe
commit fbf8ee1ebf
2 changed files with 3 additions and 6 deletions
+1 -6
View File
@@ -72,15 +72,10 @@ menus:
- name: ARCHIV - name: ARCHIV
pageRef: /archiv pageRef: /archiv
weight: 25 weight: 25
- name: MANIFEST
pageRef: /manifest
weight: 30
- name: DIALOG - name: DIALOG
pageRef: /dialog pageRef: /dialog
weight: 40 weight: 40
- name: CODE # MANIFEST + CODE stehen im Footer (schlankeres Hauptmenü).
url: https://git.openbureau.ch
weight: 50
params: params:
# Öffentliche Gitea-Repo-URL (für Provenance: Version → Commit, Verlauf). # Öffentliche Gitea-Repo-URL (für Provenance: Version → Commit, Verlauf).
+2
View File
@@ -9,9 +9,11 @@
</p> </p>
</div> </div>
<nav class="footer-links" aria-label="Footer"> <nav class="footer-links" aria-label="Footer">
<a href="/manifest/">Manifest</a>
<a href="/colophon/">Colophon</a> <a href="/colophon/">Colophon</a>
<a href="/impressum/">Kontakt / Impressum</a> <a href="/impressum/">Kontakt / Impressum</a>
<a href="/datenschutz/">Datenschutz</a> <a href="/datenschutz/">Datenschutz</a>
<a href="https://git.openbureau.ch">Code</a>
<a href="/index.xml">RSS</a> <a href="/index.xml">RSS</a>
<a href="/spenden/">Spenden</a> <a href="/spenden/">Spenden</a>
</nav> </nav>