Skip to content
Snippets Groups Projects
Unverified Commit 1c78b920 authored by Eitan Adler's avatar Eitan Adler Committed by GitHub
Browse files

replace .Site.IsMultiLingual with hugo.IsMultilingual (#609)

# Problem

The warning
```
INFO  deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0
and will be removed in a future release. Use hugo.IsMultilingual
instead.``

shows up

# Solution

Follow the deprecation warning
parent 1c42a965
Branches
No related tags found
No related merge requests found
<nav> <nav>
{{ partial "docs/brand" . }} {{ partial "docs/brand" . }}
{{ partial "docs/search" . }} {{ partial "docs/search" . }}
{{ if .Site.IsMultiLingual }} {{ if hugo.IsMultilingual }}
{{ partial "docs/languages" . }} {{ partial "docs/languages" . }}
{{ end }} {{ end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment