feat: Rechtsseiten (Impressum/AGB/Datenschutz) + Footer + Menü-Fix

- content/impressum.md, agb.md, datenschutz.md (Einzelfirma Karim, CH-Recht,
  [PLATZHALTER] für Adresse/UID/Datum — vor Produktiv juristisch prüfen)
- custom/footer.html: 4-spaltiger Footer (Produkt/Ressourcen/Rechtliches/
  Hosting-CH-Hinweis) + Styling
- hugo.yaml: 'Anmelden' im Menü; doppeltes params bei Gitea entfernt
  (icon:github wurde von type:search überschrieben → Icon war kaputt)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 00:21:01 +02:00
parent 45bb22ea14
commit cf0b1869d4
43 changed files with 3326 additions and 98 deletions
+29
View File
@@ -0,0 +1,29 @@
{{/* RAPPORT — eigener Footer-Inhalt: Rechts-Links + Hosting-Hinweis (CH). */}}
<div class="rapport-footer-links">
<div class="rapport-footer-col">
<div class="rapport-footer-head">Produkt</div>
<a href="/features/">Funktionen</a>
<a href="/hosting/">Hosting</a>
<a href="/hosting-preise/">Preise</a>
<a href="/downloads/">Downloads</a>
</div>
<div class="rapport-footer-col">
<div class="rapport-footer-head">Ressourcen</div>
<a href="/docs/">Dokumentation</a>
<a href="/faq/">FAQ</a>
<a href="https://git.kgva.ch/karim/RAPPORT" target="_blank" rel="noopener">Quellcode ↗</a>
</div>
<div class="rapport-footer-col">
<div class="rapport-footer-head">Rechtliches</div>
<a href="/impressum/">Impressum</a>
<a href="/agb/">AGB</a>
<a href="/datenschutz/">Datenschutz</a>
<a href="/lizenz/">Lizenz (AGPL-3.0)</a>
</div>
<div class="rapport-footer-col">
<div class="rapport-footer-head">RAPPORT Hosting</div>
<div class="rapport-footer-note">🇨🇭 Gehostet in der Schweiz</div>
<div class="rapport-footer-note">Tägliche Backups</div>
<div class="rapport-footer-note">Studio-Management für Architekturbüros</div>
</div>
</div>