mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-13 20:06:35 +02:00
hangouts: remove links to mattermost
This commit is contained in:
parent
20dabe8a56
commit
15656f91bd
@ -1,42 +1,32 @@
|
|||||||
chats:
|
chats:
|
||||||
- monero:
|
- monero:
|
||||||
matrix: https://matrix.to/#/!psOvWRiQkyosOPKvaO:monero.social
|
matrix: https://matrix.to/#/!psOvWRiQkyosOPKvaO:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero
|
|
||||||
|
|
||||||
- monero-community:
|
- monero-community:
|
||||||
matrix: https://matrix.to/#/!WzzKmkfUkXPHFERgvm:monero.social
|
matrix: https://matrix.to/#/!WzzKmkfUkXPHFERgvm:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero-community
|
|
||||||
|
|
||||||
- monero-dev:
|
- monero-dev:
|
||||||
matrix: https://matrix.to/#/!VDQXWJoFsesLtbGdTT:monero.social
|
matrix: https://matrix.to/#/!VDQXWJoFsesLtbGdTT:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero-dev
|
|
||||||
|
|
||||||
- monero-markets:
|
- monero-markets:
|
||||||
matrix: https://matrix.to/#/!TlVgUtVNZychNpMzKW:monero.social
|
matrix: https://matrix.to/#/!TlVgUtVNZychNpMzKW:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero-markets
|
|
||||||
|
|
||||||
- monero-offtopic:
|
- monero-offtopic:
|
||||||
matrix: https://matrix.to/#/!qqRhJzAUfTJRpMHqIP:monero.social
|
matrix: https://matrix.to/#/!qqRhJzAUfTJRpMHqIP:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero-offtopic
|
|
||||||
|
|
||||||
- monero-otc:
|
- monero-otc:
|
||||||
|
|
||||||
- monero-pools:
|
- monero-pools:
|
||||||
matrix: https://matrix.to/#/!ELYTQCXXdbEHObdtNR:monero.social
|
matrix: https://matrix.to/#/!ELYTQCXXdbEHObdtNR:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero-pools
|
|
||||||
|
|
||||||
- monero-research-lab:
|
- monero-research-lab:
|
||||||
matrix: https://matrix.to/#/!toFcRZtpaiwiyapgVO:monero.social
|
matrix: https://matrix.to/#/!toFcRZtpaiwiyapgVO:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero-research-lab
|
|
||||||
|
|
||||||
- monero-translations:
|
- monero-translations:
|
||||||
matrix: https://matrix.to/#/!gOsXdgyxhvIygdtBpS:monero.social
|
matrix: https://matrix.to/#/!gOsXdgyxhvIygdtBpS:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero-translations
|
|
||||||
|
|
||||||
- monero-hardware:
|
- monero-hardware:
|
||||||
matrix: https://matrix.to/#/!HoCZRUWeTZDNBfUcDr:monero.social
|
matrix: https://matrix.to/#/!HoCZRUWeTZDNBfUcDr:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero-hardware
|
|
||||||
|
|
||||||
- monero-site:
|
- monero-site:
|
||||||
matrix: https://matrix.to/#/!txpwSzQzkuUaVbtsIx:monero.social
|
matrix: https://matrix.to/#/!txpwSzQzkuUaVbtsIx:monero.social
|
||||||
mattermost: https://mattermost.getmonero.org/monero/channels/monero-site
|
|
@ -83,9 +83,6 @@ permalink: /community/hangouts/index.html
|
|||||||
{% for rooms_list in site.data.chats.chats %}
|
{% for rooms_list in site.data.chats.chats %}
|
||||||
{% for room in rooms_list %}
|
{% for room in rooms_list %}
|
||||||
{% if room[0] == channel[0] %}
|
{% if room[0] == channel[0] %}
|
||||||
{% if rooms_list.mattermost %}
|
|
||||||
<a class="chats-img" href="{{ rooms_list.mattermost }}"><img class="mattermost" src="/img/mattermost.png" title="MatterMost" alt="Mattermost logo"></a>
|
|
||||||
{% endif %}
|
|
||||||
{% if rooms_list.matrix %}
|
{% if rooms_list.matrix %}
|
||||||
<a class="chats-img" href="{{ rooms_list.matrix }}"><img class="matrix" src="/img/matrix-logo.svg" title="Matrix" alt="Matrix logo"></a>
|
<a class="chats-img" href="{{ rooms_list.matrix }}"><img class="matrix" src="/img/matrix-logo.svg" title="Matrix" alt="Matrix logo"></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user