From fe9241946c1181e195651e9db880af9b64909335 Mon Sep 17 00:00:00 2001 From: Amras Date: Thu, 11 Jun 2026 21:51:16 +0200 Subject: [PATCH] big shiny "Contact" button on main page For a "just let me talk to a human" option, new users on the homepage can now click a button which will tell them where to find our community. --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index bc4493d..b0a49f5 100644 --- a/config.toml +++ b/config.toml @@ -20,6 +20,10 @@ enableemoji = true name = "Blog" url = "/blog/" weight = 4 + [[menu.main]] + name = "Contact" + url = "https://docs.coopcloud.tech/intro/contact" + weight = 5 [params] [params.links] -- 2.49.0