Print full fedi handle in sidebar

This commit is contained in:
Ral 2025-02-18 15:58:24 +01:00
parent 2a2a62fde6
commit 056e5584fd
5 changed files with 5 additions and 4 deletions

View file

@ -64,5 +64,6 @@ matrix_client = "https://chat.fairydust.space/#/room/"
mastodon_server = "https://chaos.social/"
mastodon_handle = "@CoSin"
mastodon_handle_full = "@CoSin@chaos.social"
orga_email = "cosin2025@cosin.ch"

View file

@ -68,7 +68,7 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
<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>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle_full }}</a></p>
{{ end }}

View file

@ -68,7 +68,7 @@ Open until {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
<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>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle_full }}</a></p>
{{ end }}

View file

@ -68,7 +68,7 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
<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>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle_full }}</a></p>
{{ end }}

View file

@ -68,7 +68,7 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
<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>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle_full }}</a></p>
{{ end }}