update community page

This commit is contained in:
2026-01-18 15:25:52 -05:00
parent 79f1d5fb4a
commit f0e2e87388

View File

@@ -8,13 +8,8 @@ fes.app.global.start(fes, site, "Community")
site:h1("Community") site:h1("Community")
site:h2("Mailing lists")
site:ul {
std.element("code", nil, "hackers@fsdproject.org") .. " - " .. std.strong("only for patches") .. "Commit messages and diffs for all fSD projects can be sent here for review.",
}
site:h2("Discord") site:h2("Discord")
site:p("Offical " .. std.a("https://discord.gg/A7QBvK5jhd", "discord") .. " server of the fSD project:") site:p("Offical " .. std.a("https://discord.gg/A7QBvK5jhd", "discord") .. " server of the fSD project. This is a place where you can sumbit patches. (we do have plans for an email list)")
fes.app.global.finish(fes, site) fes.app.global.finish(fes, site)