change: conthrax only for heading
This commit is contained in:
parent
8c1a01d892
commit
3d9321e7df
64 changed files with 246 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue