mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-11 19:24:06 +00:00
as per deprecation note: ERROR deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in Hugo 0.137.0. Use hugo.IsMultilingual instead.
This commit is contained in:
parent
b95bb4dbff
commit
8ce6b17e0e
@ -1,7 +1,7 @@
|
||||
<nav>
|
||||
{{ partial "docs/brand" . }}
|
||||
{{ partial "docs/search" . }}
|
||||
{{ if hugo.IsMultiLingual }}
|
||||
{{ if hugo.IsMultilingual }}
|
||||
{{ partial "docs/languages" . }}
|
||||
{{ end }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user