Whitespace fix

This commit is contained in:
Peter Jochum 2023-03-01 11:13:10 +01:00
parent 1764311a40
commit 6b94d237d3

View File

@ -14,7 +14,7 @@
{{ range .Site.Menus.main }}
<li class="list f5 f4-ns fw4 dib {{ cond (eq $.Site.Language.LanguageDirection "rtl") "pl3" "pr3" }}">
<a class="hover-white no-underline white-90" href="{{ .URL }}" title="{{ i18n "pageTitle" . }}">
{{ i18n .Identifier | default .Name}}
{{ i18n .Identifier | default .Name }}
</a>
</li>
{{ end }}