Fix links, point to space
This commit is contained in:
parent
140fa32341
commit
02cb48fd66
4 changed files with 4 additions and 4 deletions
|
@ -65,7 +65,7 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
|
|||
<p><s><strong>IRC:</strong></s> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}"><s>{{ .irc_channel }}</s></a> (obsolet)</p>
|
||||
|
||||
|
||||
<p><strong>Matrix:</strong> <a href="{{ .matrix_to | safeURL }}{{ urlquery .matrix_room }}:{{ .matrix_server }}">{{ .matrix_space }}:{{ .matrix_server }}</a></p>
|
||||
<p><strong>Matrix:</strong> <a href="{{ .matrix_to | safeURL }}{{ urlquery .matrix_space }}:{{ .matrix_server }}">{{ .matrix_space }}:{{ .matrix_server }}</a></p>
|
||||
|
||||
|
||||
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
|
||||
|
|
|
@ -65,7 +65,7 @@ Open until {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
|
|||
<p><strong><s>IRC:</s></strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}"><s>{{ .irc_channel }}</s></a> (obsolete)</p>
|
||||
|
||||
|
||||
<p><strong>Matrix:</strong> <a href="{{ .matrix_to | safeURL }}{{ urlquery .matrix_room }}:{{ .matrix_server }}">{{ .matrix_space }}:{{ .matrix_server }}</a></p>
|
||||
<p><strong>Matrix:</strong> <a href="{{ .matrix_to | safeURL }}{{ urlquery .matrix_space }}:{{ .matrix_server }}">{{ .matrix_space }}:{{ .matrix_server }}</a></p>
|
||||
|
||||
|
||||
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
|
||||
|
|
|
@ -65,7 +65,7 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
|
|||
<p><strong><s>IRC:</s></strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}"><s>{{ .irc_channel }}</s></a> (obsolète)</p>
|
||||
|
||||
|
||||
<p><strong>Matrix:</strong> <a href="{{ .matrix_to | safeURL }}{{ urlquery .matrix_room }}:{{ .matrix_server }}">{{ .matrix_space }}:{{ .matrix_server }}</a></p>
|
||||
<p><strong>Matrix:</strong> <a href="{{ .matrix_to | safeURL }}{{ urlquery .matrix_space }}:{{ .matrix_server }}">{{ .matrix_space }}:{{ .matrix_server }}</a></p>
|
||||
|
||||
|
||||
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
|
||||
|
|
|
@ -65,7 +65,7 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
|
|||
<p><strong><s>IRC:</s></strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}"><s>{{ .irc_channel }}</s></a> (obsoleto)</p>
|
||||
|
||||
|
||||
<p><strong>Matrix:</strong> <a href="{{ .matrix_to | safeURL }}{{ urlquery .matrix_room }}:{{ .matrix_server }}">{{ .matrix_space }}:{{ .matrix_server }}</a></p>
|
||||
<p><strong>Matrix:</strong> <a href="{{ .matrix_to | safeURL }}{{ urlquery .matrix_space }}:{{ .matrix_server }}">{{ .matrix_space }}:{{ .matrix_server }}</a></p>
|
||||
|
||||
|
||||
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
|
||||
|
|
Loading…
Reference in a new issue