diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-13 14:44:00 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-13 14:44:00 -0300 |
commit | d3fa8290477d8e59401ef2c99ee2e68289ca4980 (patch) | |
tree | 22d26ddfa27a7121c417d907295c76fdb5336d28 /config.toml | |
parent | dc7880b0abf8a7c0ba044296867e9c3d07e7a260 (diff) |
Added gitlab to Menu
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' |