dillonzq / LoveIt

❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://hugoloveit.com
MIT License
3.34k stars 1.07k forks source link

Update author method and IsMultilingual method #875

Open loulazynote opened 1 week ago

loulazynote commented 1 week ago

New Hugo version duplicate .Site.IsMultiLingual and .Site.Author, So I replace these method to hugo.IsMultilingual and .Site.Params.author. It needs to add a config option in config.toml file. (New Hugo version was renamed to hugo.toml)

[params.author]
email = "test@abc.com"
link = ""
name = "AuthorName"
picture = "/images/logo.png"
loulazynote commented 1 week ago

Oh!! Sorry... maybe your CI environment needs to update Hugo's new version.