feat: define footer menu in hugo.toml, render dynamically in partial

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-07 19:34:44 +02:00
parent 10212c75b7
commit 0ae9846ce5
2 changed files with 14 additions and 3 deletions
+10
View File
@@ -36,6 +36,16 @@ noClasses = true
[build]
writeStats = true
[[menus.footer]]
name = "Imprint"
url = "/imprint/"
weight = 1
[[menus.footer]]
name = "Pivoine"
url = "https://pivoine.art"
weight = 2
[[menus.main]]
name = "Recipes"
url = "/recipes/"