thingsym / hugo-theme-techdoc

The Techdoc is a Hugo Theme for technical documentation.
https://themes.gohugo.io/hugo-theme-techdoc/
MIT License
210 stars 147 forks source link

Fix deprecation warning #68

Closed deining closed 5 months ago

deining commented 5 months ago

When previewing example site with hugo 0.124.1, 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 that issue.