imfreedom/www.imfreedom.org

imfreedom has its own xmpp vhost now so the links should point to it.

Testing Done:
Ran locally with `npm run hugo:server`.

Bugs closed: IMFWWW-1

Reviewed at https://reviews.imfreedom.org/r/330/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
}
]
}