Parametrise mastodon data

This commit is contained in:
Raoul 2022-09-05 22:13:37 +02:00
parent 3fe815b6ba
commit df078664f9
No known key found for this signature in database
GPG key ID: C7493D73B67C1842
5 changed files with 6 additions and 4 deletions

View file

@ -58,5 +58,7 @@ streaming_main_url = "https://streaming.cosin.ch"
irc_server = "ircs://irc.chaostreff.ch:6601/"
irc_channel = "#cosin"
mastodon_server = "https://chaos.social/"
mastodon_handle = "@CoSin"
orga_email = "cosin2020@cosin.ch"

View file

@ -65,7 +65,7 @@ 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>Mastodon:</strong> <a rel="me" href="https://chaos.social/@CoSin">@CoSin</a></p>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
{{ end }}

View file

@ -65,7 +65,7 @@ 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>Mastodon:</strong> <a rel="me" href="https://chaos.social/@CoSin">@CoSin</a></p>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
{{ end }}

View file

@ -65,7 +65,7 @@ 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>Mastodon:</strong> <a rel="me" href="https://chaos.social/@CoSin">@CoSin</a></p>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
{{ end }}

View file

@ -65,7 +65,7 @@ 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>Mastodon:</strong> <a rel="me" href="https://chaos.social/@CoSin">@CoSin</a></p>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
{{ end }}