halogenica / beautifulhugo

Theme for the Hugo static website generator
Other
1.13k stars 601 forks source link

Fix deprecation warnings #510

Closed deining closed 1 month ago

deining commented 1 month ago

When running example site with latest hugo version 0.130.0, deprecation warnings are shown:

WARN  deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in a future release. Use hugo.IsMultilingual instead.
WARN  deprecated: .Site.LastChange was deprecated in Hugo v0.123.0 and will be removed in a future release. Use .Site.Lastmod instead.

This PR fixes these issues.