From ae7cf8afa873515e02a34590bff403e87ab6cecf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Sat, 24 Aug 2024 17:09:00 +0200 Subject: [PATCH] Use Params.author --- hugo.toml | 7 ++++--- themes/duje | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 7359a24..8eed8d1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,9 +5,10 @@ enableGitInfo = true disableKinds = ['taxonomy', 'term'] rssLimit = 20 theme = ['duje'] -[author] - name = 'Duje Mihanović' - email = 'duje.mihanovic@skole.hr' +[params] + [params.author] + name = 'Duje Mihanović' + email = 'duje.mihanovic@skole.hr' [outputs] section = ['HTML'] [minify] diff --git a/themes/duje b/themes/duje index f0f84ba..a5a18ab 160000 --- a/themes/duje +++ b/themes/duje @@ -1 +1 @@ -Subproject commit f0f84ba4f81b753ed494af4e950cd546c17b426a +Subproject commit a5a18ab356dbe47ddc11e287734c4f0660a020b4 -- 2.39.5