Skip to content
Snippets Groups Projects
space-status-mobile.html 688 B
Newer Older
Lukas Ruge's avatar
Lukas Ruge committed
<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>
Lukas Ruge's avatar
Lukas Ruge committed
<div id="event_soon_mobile">
{% capture nowunix %}{{'now' | date: '%s'}}{% endcapture -%}
{% for e in site.events -%}
    {% capture event_start_plus %}{{e.eventdate  | date: '%s' | minus: 86400 }}{% endcapture -%}
    {% capture event_start %}{{e.eventdate  | date: '%s' }}{% endcapture -%}
    {% if event_start_plus < nowunix and event_start > nowunix -%}
      <p id="nextevent_mobile"> {{ e.eventdate | date: "%d.%m.%Y %H:%M" }}: {{e.title}}</p>
    {% endif -%}
{% endfor -%}
</div>