luizdepra / hugo-coder

A minimalist blog theme for hugo.
MIT License
2.65k stars 1.05k forks source link

Fix deprecation warning emitted by hugo #903

Closed deining closed 2 months ago

deining commented 2 months ago

When running example site with latest hugo version 0.124.1, a deprecation warning is shown:

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 that warning.

luizdepra commented 2 months ago

Hey, thank you.

Could you please bump the min_version from theme.toml too?

luizdepra commented 2 months ago

Hey, thank you.

Could you please bump the min_version from theme.toml too?

I'm going to merge and change the min_version later.

luizdepra commented 2 months ago

Thank you!