CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
4.89k stars 1.6k forks source link

fix: `.Site.LastChange` deprecation #968

Closed deining closed 6 months ago

deining commented 6 months ago

This PR fixes the following deprecation warning emitted from hugo:

INFO  deprecated: .Site.LastChange was deprecated in Hugo v0.123.0
and will be removed in a future release. Use .Site.Lastmod instead.

It fixes two typos on the way as well.