From: Duje Mihanović Date: Sat, 24 Aug 2024 15:09:00 +0000 (+0200) Subject: Use Params.author X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/static/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=ae7cf8afa873515e02a34590bff403e87ab6cecf;p=dujemihanovic.xyz.git Use Params.author --- 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