delele tags

This commit is contained in:
2022-01-04 12:02:03 +00:00
parent 5d5b21fc29
commit 497f2f3fad

View File

@@ -3,9 +3,9 @@
<div class="float-right px-2 py-0.5 rounded-full text-sm font-medium text-proprietary bg-blue-100"> <div class="float-right px-2 py-0.5 rounded-full text-sm font-medium text-proprietary bg-blue-100">
<i class="fa-solid fa-calendar-days mr-1"></i> <i class="fa-solid fa-calendar-days mr-1"></i>
{% if post.post_type != 'N' %} {% if post.post_type != 'N' %}
<p style="margin-bottom: 0rem;">{{ post.event_start|date:"d. F Y" }}</p> {{ post.event_start|date:"d.m.Y" }}
{% else %} {% else %}
<p style="margin-bottom: 0rem;">{{ post.public_date|date:"d. F Y" }}</p> {{ post.public_date|date:"d.m.Y" }}
{% endif %} {% endif %}
</div> </div>
<h3 class="text-gray-800 leading-relaxed">{{ post.title | safe | truncatechars:60 }}</h3> <h3 class="text-gray-800 leading-relaxed">{{ post.title | safe | truncatechars:60 }}</h3>