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