From 4734dd44c60c0f023458c5348fd5abcc6c6201f5 Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Mon, 29 May 2023 22:44:35 +0200 Subject: [PATCH] more next event sruff --- _includes/space-status-mobile.html | 2 +- _includes/space-status.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/space-status-mobile.html b/_includes/space-status-mobile.html index b762b227..3942e1ff 100644 --- a/_includes/space-status-mobile.html +++ b/_includes/space-status-mobile.html @@ -1,7 +1,7 @@ <div id="spaceopenmobile" class="chaotikum-about"> Ob der Nobreakspace offen ist siehst du <a href='https://status.nobreakspace.org' target='_blank'>hier</a><p>Oder aktiviere Javascript</p> </div> -<div id="event_soon_mobile"> +<div id="event_soon_mobile" style="margin-top: 5px;"> {% capture nowunix %}{{'now' | date: '%s'}}{% endcapture -%} {% for e in site.events -%} {% capture event_start_plus %}{{e.eventdate | date: '%s' | minus: 86400 }}{% endcapture -%} diff --git a/_includes/space-status.html b/_includes/space-status.html index b3b3d463..fff7c79e 100644 --- a/_includes/space-status.html +++ b/_includes/space-status.html @@ -1,4 +1,4 @@ -<div id="event_soon"> +<div id="event_soon" style="margin-top: 5px;"> {% capture nowunix %}{{'now' | date: '%s'}}{% endcapture -%} {% for e in site.events -%} {% capture event_start_plus %}{{e.eventdate | date: '%s' | minus: 86400 }}{% endcapture -%} -- GitLab