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/
<div class="expand">
<div class="expand-label" style="cursor: pointer;" onclick="$h = $(this);$h.next('div').slideToggle(100,function () {$h.children('i').attr('class',function () {return $h.next('div').is(':visible') ? 'fas fa-chevron-down' : 'fas fa-chevron-right';});});">
<i style="font-size:x-small;" class="fas fa-chevron-right"></i>
<span>
{{ $expandMessage := T "Expand-title" }}
{{ if .IsNamedParams }}
{{ .Get "default" | default $expandMessage }}
{{ else }}
{{ .Get 0 | default $expandMessage }}
{{ end }}
</span>
</div>
<div class="expand-content" style="display: none;">
{{ .Inner | safeHTML }}
</div>
</div>