fix: update syntax
Some checks failed
ci/woodpecker/push/hugo-build Pipeline failed

This commit is contained in:
Vri 🌈 2025-02-18 19:52:40 +01:00
parent c04e4ae6c5
commit 289161b91d
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI
8 changed files with 83 additions and 83 deletions

View file

@ -24,7 +24,7 @@
<a class="hint-text" rel="me" href="https://social.anoxinon.de/@vri" aria-label="Mastodon">{{ partial "helpers/icons" "mastodon" }}</a>
</nav>
<div id="languages">
{{- if .Site.IsMultiLingual }}
{{- if hugo.IsMultilingual }}
{{ $siteLanguages := .Site.Languages }}
{{ $pageLanguage := .Page.Lang }}
@ -41,4 +41,4 @@
{{- end }}
</div>
</div>
</header>
</header>