Add video streaming URL link to sidebar
This commit is contained in:
parent
dcec8ac005
commit
fd8f2cde1f
5 changed files with 32 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue