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

8 lines
287 B
HTML

<a href="{{ post.url }}" class="calendar-entry">
<div class="calendar-dateBubble">
<span class="dateBubble-day">{{ post.event_start|date:"d" }}</span>
<span class="dateBubble-month">{{ post.event_start|date:"M" }}</span>
</div>
<h3>{{ post.title }}</h3>
</a>