Replace .Site.IsMultiLingual with hugo.IsMultilingual

This commit is contained in:
Jonathan Neidel
2024-08-25 13:05:20 +02:00
parent 6cbc0ccd63
commit 8fd3cfb13d
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<ul class="flex list-none flex-col text-end sm:flex-row">
{{ if .Site.Menus.main }}
{{ range .Site.Menus.main }}
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not hugo.IsMultilingual)) }}
{{ continue }}
{{ end }}
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">