devcows / hugo-universal-theme

Universal theme for Hugo, it stands out with its clean design and elegant typography.
https://devcows.github.io/hugo-universal-theme
MIT License
808 stars 573 forks source link

Fix deprecation warnings emitted by hugo #406

Closed deining closed 1 month ago

deining commented 8 months ago

When running example site with latest hugo version 0.123.8, a deprecation warning is printed out:

INFO  deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0
and will be removed in a future release.
Use .Site.Config.Services.Disqus.Shortname instead.

This PR fixes this issue.

Magneticdud commented 3 months ago

tried on my computer, this PR allows compilation on latest hugo v0.132.2, otherwise it fails (although the message says it will be removed in v0.133