major reformating

This commit is contained in:
Set Sakrecoer 2019-06-17 17:59:44 +02:00
parent 967c5a9fad
commit 48caffcf63
5 changed files with 18 additions and 20 deletions

View file

@ -1,4 +1,4 @@
<h2>Förflutna events</h2>
<h3>Förflutna events</h3>
{% capture now -%}{{ site.time | date: '%s' }}{%- endcapture %}
{% for event in site.events %}
@ -11,10 +11,10 @@
{% if now >= endtime %}
<br />
<h3>
<h4>
<a href="{{ event.url }}" class="cta">{{ event.event_data.start_datetime | date: '%Y-%m-%d' }}</a>
</h3>
<h3>{{ event.title }}</h3>
</h4>
<h4>{{ event.title }}</h4>
<br />
<hr />
<br />