From eab712e42139d33911ba767c2ff1bfbdf05c254d Mon Sep 17 00:00:00 2001 From: Asmir A Date: Wed, 16 Oct 2024 13:14:49 +0200 Subject: [PATCH] config: disable /cloud/ link --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index be6bf17..f19bf7d 100644 --- a/config.toml +++ b/config.toml @@ -35,7 +35,7 @@ navbar_items = [ { url = "/", name = "/home/"}, { url = "/posts", name = "/posts/"}, { url = "https://git.project-cloud.net", name = "/git/"}, - { url = "https://cloud.project-cloud.net", name = "/cloud/"} + #{ url = "https://cloud.project-cloud.net", name = "/cloud/"} ]}, ]