hugo-whisper-theme
hugo-whisper-theme copied to clipboard
Fix deprecation warning
When previewing the example site with latest hugo version 0.123.8 in verbose mode, a deprecation warning is shown:
INFO deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in a future release. Use hugo.IsServer instead.
This PR fixes this issue.