From 914e28affbbea616c5e8625a644cfaae7799d3ee Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 10 Nov 2023 18:12:17 +0100 Subject: [PATCH] feat: :sparkles: Add hub link Add this link to header and foot menu --- content/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/settings.json b/content/settings.json index 18c5f0a..9ae2a5a 100644 --- a/content/settings.json +++ b/content/settings.json @@ -20,6 +20,7 @@ "logo": { "text": "Louis Gallet" }, "navigation": { "header": [ + { "label": "Hub", "url": "https://hub.louisgallet.fr" }, { "label": "About", "url": "/#about" }, { "label": "Blog", "url": "/blog" }, { "label": "My interests", "url": "/#interests" }, @@ -32,7 +33,8 @@ }, "footer": [ { "label": "Privacy", "url": "/privacy" }, - { "label": "Imprint", "url": "/imprint" } + { "label": "Imprint", "url": "/imprint" }, + { "label": "Hub", "url": "https://hub.louisgallet.fr"} ] }, "featureToggles": { -- 2.47.2