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.
When running example site with latest hugo version 0.123.8, a deprecation warning is printed out:
This PR fixes this issue.