fix icon
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
{% if post.post_type != 'N' %}
|
{% if post.post_type != 'N' %}
|
||||||
<div class="hidden lg:block absolute top-0 right-0 bg-white dark:bg-gray-900 rounded-bl p-2 bg-opacity-80 dark:bg-opacity-70 gap-2">
|
<div class="hidden lg:block absolute top-0 right-0 bg-white dark:bg-gray-900 rounded-bl p-2 bg-opacity-80 dark:bg-opacity-70 gap-2">
|
||||||
<div class="items-center lg:flex gap-2">
|
<div class="items-center lg:flex gap-2">
|
||||||
<i class="flex-none fa-solid fa-calendar-clock fa-fw text-gray-800 dark:text-gray-200"></i>
|
<i class="flex-none fa-solid fa-calendar-day fa-fw text-gray-800 dark:text-gray-200"></i>
|
||||||
<span class="flex-1 text-sm text-gray-800 dark:text-gray-200">
|
<span class="flex-1 text-sm text-gray-800 dark:text-gray-200">
|
||||||
Event-Start: {{ post.event_start|date }} um {{ post.event_start|time }} Uhr<br>
|
Event-Start: {{ post.event_start|date }} um {{ post.event_start|time }} Uhr<br>
|
||||||
Event-Ende: {{ post.event_end|date }} um {{ post.event_end|time }} Uhr
|
Event-Ende: {{ post.event_end|date }} um {{ post.event_end|time }} Uhr
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden absolute top-0 right-0 bg-white dark:bg-gray-900 rounded-bl p-2 bg-opacity-80 dark:bg-opacity-70 items-center gap-2">
|
<div class="hidden absolute top-0 right-0 bg-white dark:bg-gray-900 rounded-bl p-2 bg-opacity-80 dark:bg-opacity-70 items-center gap-2">
|
||||||
<i class="flex-none fa-solid fa-calendar-clock text-gray-800 dark:text-gray-200"></i>
|
<i class="flex-none fa-solid fa-calendar-day text-gray-800 dark:text-gray-200"></i>
|
||||||
<span class="flex-1 text-sm text-gray-800 dark:text-gray-200">
|
<span class="flex-1 text-sm text-gray-800 dark:text-gray-200">
|
||||||
Event-Start: {{ post.event_start|date }} um {{ post.event_start|time }} Uhr<br>
|
Event-Start: {{ post.event_start|date }} um {{ post.event_start|time }} Uhr<br>
|
||||||
Event-Ende: {{ post.event_end|date }} um {{ post.event_end|time }} Uhr<br>
|
Event-Ende: {{ post.event_end|date }} um {{ post.event_end|time }} Uhr<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user