commit c7bd73a0cf43cae99a5b0b960e24703b6924efdb
parent 87ead3d229dafa5b5225b0bbc6e3e120602af5c8
Author: Lou Woell <lou.woell@posteo.de>
Date:   Sun, 21 Apr 2024 13:10:33 +0200

fix deprecated language options

Diffstat:
MexampleSite/config.toml | 16+++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml @@ -23,16 +23,18 @@ paginate = 5 [languages] [languages.en] title = "Terminal" - subtitle = "A simple, retro theme for Hugo" - keywords = "" copyright = "" - menuMore = "Show more" - readMore = "Read more" - readOtherPosts = "Read other posts" + + [languages.en.params] + subtitle = "A simple, retro theme for Hugo" + keywords = "" + menuMore = "Show more" + readMore = "Read more" + readOtherPosts = "Read other posts" [languages.en.params.logo] - logoText = "Terminal" - logoHomeLink = "/" + logoText = "Terminal" + logoHomeLink = "/" [languages.en.menu] [[languages.en.menu.main]]