diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index befdb65..1751546 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -5,7 +5,7 @@ languageName = "English" title = "Guanran928's blog." -[author] +[params.author] name = "Guanran928" image = "img/author.jpg" headline = "This is me, probably." diff --git a/config/_default/languages.zh-cn.toml b/config/_default/languages.zh-cn.toml index b1bd00e..06482a4 100644 --- a/config/_default/languages.zh-cn.toml +++ b/config/_default/languages.zh-cn.toml @@ -5,7 +5,7 @@ languageName = "简体中文" title = "Guanran928's 的博客。" -[author] +[params.author] name = "Guanran928" image = "img/author.jpg" headline = "这有可能是我。" diff --git a/go.mod b/go.mod index eaa46b0..9695a1e 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/Guanran928/Guanran928.github.io go 1.21 -require github.com/jpanther/congo/v2 v2.7.6 // indirect +require github.com/jpanther/congo/v2 v2.8.0 // indirect diff --git a/go.sum b/go.sum index d5b9574..fa8bafb 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/jpanther/congo/v2 v2.7.6 h1:gBz+Zx6PIVgMhknn0t9uOUQA0sSBFKhH4Miox/q9xew= -github.com/jpanther/congo/v2 v2.7.6/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M= +github.com/jpanther/congo/v2 v2.8.0 h1:/XkKK/ywD2SgSwjeYxwx7lLXIM7tt9wS5MvUaAnv9u0= +github.com/jpanther/congo/v2 v2.8.0/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=