fix livestreamsize, add play.onfoss.org link to next event part and also positioning it to the top of the page to be more present

This commit is contained in:
c 2023-09-25 12:08:12 +02:00
parent 3be849ce68
commit 75fb88e3cf
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@ nav_pill: home
{% assign upcoming = site.data.events | where_exp: "item", "item.date >= sitetime" | last %} {% assign upcoming = site.data.events | where_exp: "item", "item.date >= sitetime" | last %}
{% if upcoming %} {% if upcoming %}
<h4 class="eventdate" data-event-datetime="{{ upcoming.date }}">{{ upcoming.date | date: "%A %e %B %Y, %R" }} UTC</h4> <h4 class="eventdate" data-event-datetime="{{ upcoming.date }}">{{ upcoming.date | date: "%A %e %B %Y, %R" }} UTC</h4>
<p>See <a href="schedule.html">schedule</a> for more information.</p> <p>See <a href="schedule.html">schedule</a> for more information and <a target="_blank" href="https://play.onfoss.org">play.onFOSS.org</a> for details during the event.</p>
<h4>Live streaming</h4> <h4>Live streaming</h4>
<iframe <iframe
src="https://live.hribhrib.at/embed/video" src="https://live.hribhrib.at/embed/video"
title="Owncast" title="Owncast"
height="525px" width="825px" height="420px" width="100%"
referrerpolicy="origin" referrerpolicy="origin"
scrolling="no" scrolling="no"
allowfullscreen> allowfullscreen>