Files
fet2020/fet2020/templates/posts/partials/_article_row.html

8 lines
348 B
HTML

<a href="{{ post.url }}" class="block">
<h3 class="text-gray-700 dark:text-gray-200">{{ post.title }}</h3>
<p class="my-1 text-sm text-gray-600 dark:text-gray-300">
<i class="fas fa-calendar-alt text-gray-500 dark:text-gray-400"></i>
<span>{{ post.event_start|date }} · {{ post.event_start|time }} Uhr</span>
</p>
</a>