Fix baseUrl and remove download link

This commit is contained in:
Paul Schaub 2019-09-06 19:48:27 +02:00
parent 1bb55442b7
commit b353adb2ff
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
baseURL = "https://mercury-im.org" baseURL = "https://mercury-im.org/"
languageCode = "en-us" languageCode = "en-us"
title = "Mercury IM" title = "Mercury IM"
theme = "hyde" theme = "hyde"
[Menus] [Menus]
main = [ main = [
{Name = "Source Code", URL = "https://codeberg.org/Mercury-IM/Mercury-IM"}, {Name = "Source Code", URL = "https://codeberg.org/Mercury-IM/Mercury-IM"}
{Name = "Download", URL = "https://example.org"} # {Name = "Download", URL = "https://example.com"}
] ]
[params] [params]