first implementation of new layout

This commit is contained in:
2021-11-18 13:11:39 +00:00
committed by Patrick Mayr
parent 206a71fb6f
commit 98f5ff1f4a
26 changed files with 205328 additions and 514 deletions

View File

@@ -1,11 +1,9 @@
<a href="{{ post.url }}">
<article class="article-row">
<div class="article-row-content">
<h1 class="article-row-content-header">{{post.title}}</h1>
{% if post.subtitle is not None %}
<p class="article-row-content-description">{{post.subtitle}}</p>
{% endif %}
<time class="article-row-content-time" datetime="2008-02-14 20:00">{{post.event_start}}</time>
</div>
</article>
</a>
<div class="my-2">
<a href="{{ post.url }}">
<h3 class="">{{ post.title }}</h3>
<p class="py-1 text-sm lg:text-base text-gray-600">
<i class="fas fa-calendar-alt text-gray-500"></i>
<span>{{ post.event_start|date }} · {{ post.event_start|time }} Uhr</span>
</p>
</a>
</div>