diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index cdc4f01..5ca143a 100644 --- a/config.toml +++ b/config.toml @@ -42,6 +42,11 @@ summaryLength = 30 url = "/donate/" weight = 5 +[[menu.main]] + name = "Gitlab" + url = "https://gitlab.com/rogs/yams" + weight = 100 + [params] homepage_button_link = '/install' |