hugo-whisper-theme icon indicating copy to clipboard operation
hugo-whisper-theme copied to clipboard

Theme unusable for Hugo version 0.132.0 and above

Open fstaudt opened this issue 4 months ago • 0 comments

When used with Hugo version 0.132.0 or above, hugo command fails due to usage of deprecated function .Site.IsServer:

Start building sites … 
hugo v0.132.0-005e895a386e59dd38418066b3280fd98a33c96b+extended windows/amd64 BuildDate=2024-08-12T15:21:36Z VendorInfo=gohugoio

ERROR deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.133.0. Use hugo.IsServer instead.
Total in 745 ms
Error: error building site: logged 1 error(s)

Could you update the theme to use the alternative function ?

I've identified usages of deprecated function in baseof.html and google-analytics.html.

I can provide a PR if it is OK for you.

fstaudt avatar Oct 19 '24 13:10 fstaudt