diff options
| author | Drew DeVault <sir@cmpwn.com> | 2024-03-20 10:58:31 +0100 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2024-03-20 10:58:35 +0100 |
| commit | 958bed0fb399a104ca263bc1458ba6ff89a73698 (patch) | |
| tree | fb75cf642e9f49368e526d49bca6bd94532663f4 /config/_default/menus | |
| parent | 41f784184e84332c783530bd2fed8cff66473edb (diff) | |
| download | writefreesoftware.org-958bed0fb399a104ca263bc1458ba6ff89a73698.tar.xz | |
Announce Discourse instance
Diffstat (limited to 'config/_default/menus')
| -rw-r--r-- | config/_default/menus/menu.en.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml index b8d5b35..05caa9e 100644 --- a/config/_default/menus/menu.en.toml +++ b/config/_default/menus/menu.en.toml @@ -4,6 +4,11 @@ url = "learn/" [[main]] + name = "Community" + weight = 5 + url = "https://discourse.writefreesoftware.org" + +[[main]] name = "Blog" weight = 5 url = "blog/" |
