change: conthrax only for heading

This commit is contained in:
Julian Krauser 2025-07-26 13:11:53 +02:00
parent 8c1a01d892
commit 3d9321e7df
64 changed files with 246 additions and 6 deletions

View file

@ -23,9 +23,9 @@
:class="data?.lookup.show_image ? 'flex-row flex-wrap justify-center' : ' flex-col'"
>
<div v-for="(item, index) in collection" :key="item.slug" class="contents">
<p v-if="data?.lookup.list_with_date == 'by-month' && getDate(index) != ''" class="w-full text-center">
<h4 v-if="data?.lookup.list_with_date == 'by-month' && getDate(index) != ''" class="w-full text-center">
{{ getDate(index) }}
</p>
</h4>
<BaseListImageItem
v-if="data?.lookup.show_image"
:data="item"