layout fixes

This commit is contained in:
2023-02-09 12:29:38 +01:00
parent d291a2c01c
commit 46649d3e73
4 changed files with 28 additions and 31 deletions

View File

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