BUGFIX: lots of small things

This commit is contained in:
Simon Martens
2025-03-07 12:44:53 +01:00
parent 39537a8ebb
commit ec32aca0bb
15 changed files with 199 additions and 68 deletions

View File

@@ -63,18 +63,18 @@
class="submenu flex flex-row justify-end pt-3.5 gap-x-4 font-bold font-serif
[&>a]:no-underline [&>*]:-mb-1.5 w-full pr-2.5 [&>*]:px-1.5">
<a
href="/redaktion/einfuehrung/"
{{ if and $model.page (HasPrefix $model.page.Path "/redaktion/einfuehrung") -}}
href="/redaktion/einleitung/"
{{ if and $model.page (HasPrefix $model.page.Path "/redaktion/einleitung") -}}
aria-current="page"
{{- end -}}
>Einführung</a
>Einleitung</a
>
<a
href="/redaktion/dokumentation/"
{{ if and $model.page (HasPrefix $model.page.Path "/redaktion/dokumentation") -}}
href="/redaktion/benutzerhinweise/"
{{ if and $model.page (HasPrefix $model.page.Path "/redaktion/benutzerhinweise") -}}
aria-current="page"
{{- end -}}
>Dokumentation</a
>Benutzerhinweise</a
>
<a
href="/redaktion/literatur/"