Add video streaming URL link to sidebar

This commit is contained in:
Raoul 2019-06-13 22:00:10 +02:00
parent dcec8ac005
commit fd8f2cde1f
No known key found for this signature in database
GPG key ID: C7493D73B67C1842
5 changed files with 32 additions and 0 deletions

View file

@ -50,6 +50,10 @@ schedule_day_urls = [
"https://www.cosin.ch/fahrplan/2019/schedule/3.html"]
streaming_available = true
streaming_main_url = "https://streaming.cosin.ch"
irc_server = "ircs://irc.chaostreff.ch:6601/"
irc_channel = "#cosin"

View file

@ -49,6 +49,13 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
{{ end }}
{{ if .streaming_available }}
<p><strong>Videostreaming:</strong>
<a href="{{ .streaming_main_url | safeURL }}">Live</a>
</p>
{{ end }}
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a></p>
{{ end }}

View file

@ -49,6 +49,13 @@ Open until {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
{{ end }}
{{ if .streaming_available }}
<p><strong>Videostreaming:</strong>
<a href="{{ .streaming_main_url | safeURL }}">Live</a>
</p>
{{ end }}
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a></p>
{{ end }}

View file

@ -49,6 +49,13 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
{{ end }}
{{ if .streaming_available }}
<p><strong>Videostreaming:</strong>
<a href="{{ .streaming_main_url | safeURL }}">Live</a>
</p>
{{ end }}
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a></p>
{{ end }}

View file

@ -49,6 +49,13 @@ Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year
{{ end }}
{{ if .streaming_available }}
<p><strong>Videostreaming:</strong>
<a href="{{ .streaming_main_url | safeURL }}">Live</a>
</p>
{{ end }}
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a></p>
{{ end }}