From bfe97b9595b679d8267f533fb412661880d661f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 18 May 2026 20:13:14 +0200 Subject: [PATCH] feat: add Roux external link to footer nav Co-Authored-By: Claude Sonnet 4.6 --- hugo.toml | 4 ++++ layouts/partials/footer.html | 13 ++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 1f3908f..bcd0648 100644 --- a/hugo.toml +++ b/hugo.toml @@ -57,6 +57,10 @@ weight = 1 name = "Imprint" url = "/imprint/" weight = 2 +[[menus.footer]] +name = "Roux" +url = "https://roux.pivoine.art" +weight = 3 [markup.goldmark.renderer] unsafe = true diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6dd98c5..91c2bef 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -23,7 +23,18 @@