Parametrise mastodon data
This commit is contained in:
parent
3fe815b6ba
commit
df078664f9
5 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue