1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/website synced 2024-07-27 04:00:28 +02:00

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

View file

@ -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]