From cf469081f87f4a9124524aa5b1cd872ce42afb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 7 Jun 2026 13:21:25 +0200 Subject: [PATCH] chore: add roux link --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index eabdc2d..8197c80 100644 --- a/hugo.toml +++ b/hugo.toml @@ -61,6 +61,10 @@ weight = 2 name = "Bar" url = "https://bar.pivoine.art" weight = 3 +[[menus.footer]] +name = "Roux" +url = "https://roux.pivoine.art" +weight = 4 [markup.goldmark.renderer] unsafe = true