Skip to content
Snippets Groups Projects
Commit 83a473b6 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

vielleichstream

parent 32d4b3d2
No related branches found
No related tags found
No related merge requests found
Pipeline #21242 passed with warnings
......@@ -6,6 +6,8 @@
margin: 10px;">
{% assign events = site.events | where: "uid", {{ include.uid }} -%}
{%- capture nowunix %}{{'now' | date: '%s'}}{% endcapture -%}
{% for event in events -%}
{% if event.uid contains {{include.uid}} -%}
......@@ -24,7 +26,14 @@
<p>Es findet keine Aufzeichnung statt.</p>
{%- endif -%}
{% if event.stream %}
<p>Stream: <a href={{event.stream}}>{{event.stream}}</a></p><br>
{%- capture event_start_plus %}{{event.eventdate | date: '%s' | plus: 172800 }}{%- endcapture -%}
{% if event_start_plus > nowunix -%}
{% if stream_certain -%}
<p>Chaotikum Live-Stream: <a href={{event.stream}}>{{event.stream}}</a></p><br>
{%- else -%}
<p>Chaotikum Vieleicht-Stream: <a href={{event.stream}}>{{event.stream}}</a> <span class="fa-solid fa-circle-info" data-toggle="tooltip" title="Das Chaotikum Video-Team nutzt Events im Chaotikum oft um mit der Technik zu spielen und Spaß am Gerät zu haben. Dabei kann gelegentlich ein Live-Stream entshehen! Vielleicht unter der angegebenen URL, Vielleicht nicht. Das ist alles komplett random. Alles kann, nichts muss. "></span></p><br>
{% endif -%}
{% endif -%}
{% endif -%}
{%- if event.recording -%}
{%- if event.fotopolicy == nil or event.fotopolicy == '' or event.fotopolicy == "open" -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment