Add link matrix room

This commit is contained in:
Raoul 2022-09-06 01:02:08 +02:00
parent a1e4947cd5
commit 984786b830
No known key found for this signature in database
GPG key ID: C7493D73B67C1842
5 changed files with 16 additions and 0 deletions

View file

@ -58,6 +58,10 @@ streaming_main_url = "https://streaming.cosin.ch"
irc_server = "ircs://irc.chaostreff.ch:6601/"
irc_channel = "#cosin"
matrix_server = "fairydust.space"
matrix_room = "#cosin"
matrix_client = "https://chat.fairydust.space/#/room/"
mastodon_server = "https://chaos.social/"
mastodon_handle = "@CoSin"

View file

@ -65,6 +65,9 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a></p>
<p><strong>Matrix:</strong> <a href="{{ .matrix_client | safeURL }}{{ urlquery .matrix_room }}:{{ .matrix_server }}">{{ .matrix_room }}:{{ .matrix_server }}</a></p>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
{{ end }}

View file

@ -65,6 +65,9 @@ Open until {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a></p>
<p><strong>Matrix:</strong> <a href="{{ .matrix_client | safeURL }}{{ urlquery .matrix_room }}:{{ .matrix_server }}">{{ .matrix_room }}:{{ .matrix_server }}</a></p>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
{{ end }}

View file

@ -65,6 +65,9 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a></p>
<p><strong>Matrix:</strong> <a href="{{ .matrix_client | safeURL }}{{ urlquery .matrix_room }}:{{ .matrix_server }}">{{ .matrix_room }}:{{ .matrix_server }}</a></p>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
{{ end }}

View file

@ -65,6 +65,9 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a></p>
<p><strong>Matrix:</strong> <a href="{{ .matrix_client | safeURL }}{{ urlquery .matrix_room }}:{{ .matrix_server }}">{{ .matrix_room }}:{{ .matrix_server }}</a></p>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
{{ end }}