From: Duje Mihanović <duje.mihanovic@skole.hr>
Date: Sat, 24 Aug 2024 15:09:00 +0000 (+0200)
Subject: Use Params.author
X-Git-Url: https://git.dujemihanovic.xyz/?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