alex-shpak / hugo-book

Hugo documentation theme as simple as plain book
https://hugo-book-demo.netlify.app
MIT License
3.21k stars 1.16k forks source link

replace .Site.IsMultiLingual with hugo.IsMultilingual #609

Closed grimreaper closed 2 months ago

grimreaper commented 4 months ago

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
alex-shpak commented 2 months ago

LGTM