From b353adb2ff02f344e41ad74227aab54af56c9c92 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 6 Sep 2019 19:48:27 +0200 Subject: [PATCH] Fix baseUrl and remove download link --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index a9396ce..4a63122 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,12 @@ -baseURL = "https://mercury-im.org" +baseURL = "https://mercury-im.org/" languageCode = "en-us" title = "Mercury IM" theme = "hyde" [Menus] main = [ - {Name = "Source Code", URL = "https://codeberg.org/Mercury-IM/Mercury-IM"}, - {Name = "Download", URL = "https://example.org"} + {Name = "Source Code", URL = "https://codeberg.org/Mercury-IM/Mercury-IM"} + # {Name = "Download", URL = "https://example.com"} ] [params]