first implementation of new layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user