Menü-Umbau

This commit is contained in:
2023-02-07 23:02:26 +01:00
parent 8794c7ee69
commit 226d661369
4 changed files with 114 additions and 51 deletions

View File

@ -50,7 +50,7 @@
</a>
<div class="dropdown-menu">
{{ range .Children }}
<a class="dropdown-item text-uppercase" href="{{ .URL | absLangURL }}">{{ .Name }}</a>
<a class="dropdown-item text-uppercase" href="{{ .URL | absLangURL }}" target="{{ if .Params.External }}_blank{{ else }}_self{{end}}">{{ .Name }}</a>
{{ end }}
</div>
</li>