From 4a76ba75ed6b4f9bd5edd6295530c1f94f56821b Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Sat, 23 Sep 2023 07:39:09 -0400 Subject: [PATCH] Add livestreaming --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index fd5943b..e0daa13 100644 --- a/index.html +++ b/index.html @@ -18,11 +18,21 @@ nav_pill: home

This concept was originally started at hribhrib.at

Next event

+ {% assign sitetime = site.time | date: "%FT%T" %} {% assign upcoming = site.data.events | where_exp: "item", "item.date >= sitetime" | last %} {% if upcoming %}

{{ upcoming.date | date: "%A %e %B %Y, %R" }} UTC

See schedule for more information.

+

Live streaming

+ {% else %}

No next event has been scheduled yet.

{% endif %}