feat: improve headlines

This commit is contained in:
2026-02-14 11:04:54 +01:00
parent 0722d54cfc
commit b6f5869092
5 changed files with 27 additions and 24 deletions

View File

@@ -10,7 +10,7 @@
{{- if .Site.Menus.main -}}
{{- range sort .Site.Menus.main -}}
<!-- if RelPermalink = this menu item, mark it -->
<li class="luxbar-item {{if eq $rel .URL}}active{{end}}"><a href="{{ .URL }}">{{ .Name | upper }}</a></li>
<li class="luxbar-item {{if eq $rel .URL}}active{{end}}"><a href="{{ .URL }}">{{ .Name }}</a></li>
{{- end -}}
{{ end }}
</ul>