pidgin/nest

36584b992997
Add new chat options to the Community page

Add the general@conference.pidgin.im XMPP MUC and the new LiberaChat IRC channel to the community page. Also fix a spacing thing that makes Sublime Text highlight in red.

Testing Done:
Ran development server and verified page appeared as expected.

Reviewed at https://reviews.imfreedom.org/r/664/
[build]
publish = "exampleSite/public"
command = "hugo -s exampleSite"
[build.environment]
HUGO_THEME = "repo"
HUGO_THEMESDIR = "/opt/build"
HUGO_VERSION = "0.50"
[context.production.environment]
HUGO_BASEURL = "https://learn.netlify.com/"
[context.deploy-preview]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_ENABLEGITINFO = "true"
[context.branch-deplpy]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_ENABLEGITINFO = "true"