Link Livestream

This commit is contained in:
Stefan Schlott 2024-02-08 13:58:15 +01:00
parent 1fb9cd3670
commit 0170cb3ffe
2 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@ speakers:
location: location:
location: bib location: bib
public: true public: true
videostream: https://youtube.com/live/lTl_zVkLqbM
--- ---
Wie frei sind wir eigentlich noch in einem Zeitalter, in dem unser Verhalten Wie frei sind wir eigentlich noch in einem Zeitalter, in dem unser Verhalten
von Maschinen ausgelesen und von Menschen vermarktet wird? Wie frei sind wir, von Maschinen ausgelesen und von Menschen vermarktet wird? Wie frei sind wir,

View file

@ -71,6 +71,8 @@
<% end %> <% end %>
<% if @item[:video] %> <% if @item[:video] %>
<li class="fas fa-video" title="Videoaufzeichnung"><% if @item[:video][/^https?:/] %><a href="<%= @item[:video] %>">Videoaufzeichnung</a><% else %><%= datalink(@item[:video], 'Videoaufzeichnung') %><% end %></li> <li class="fas fa-video" title="Videoaufzeichnung"><% if @item[:video][/^https?:/] %><a href="<%= @item[:video] %>">Videoaufzeichnung</a><% else %><%= datalink(@item[:video], 'Videoaufzeichnung') %><% end %></li>
<% elsif @item[:videostream] %>
<li class="fas fa-video" title="Video-Livestream"><% if @item[:videostream][/^https?:/] %><a href="<%= @item[:videostream] %>">Video-Livestream</a><% else %><%= datalink(@item[:videostream], 'Video-Livestream') %><% end %></li>
<% end %> <% end %>
<% if @item[:audio] %> <% if @item[:audio] %>
<li class="fas fa-music" title="Audiomitschnitt"><% if @item[:audio][/^https?:/] %><a href="<%= @item[:audio] %>">Audiomitschnitt</a><% else %><%= datalink(@item[:audio], 'Audiomitschnitt') %><% end %></li> <li class="fas fa-music" title="Audiomitschnitt"><% if @item[:audio][/^https?:/] %><a href="<%= @item[:audio] %>">Audiomitschnitt</a><% else %><%= datalink(@item[:audio], 'Audiomitschnitt') %><% end %></li>