|
|
@@ -16,7 +16,7 @@
|
|
16
|
16
|
p start: {{ dateFrom(post.start) }}
|
|
17
|
17
|
p end: {{ dateFrom(post.end) }}
|
|
18
|
18
|
|
|
19
|
|
- block.post-single.block-wrapper(v-for="(block, index) in post.blocks" :block="block" @open-gallery="openGallery" :key="`block-${index}`")
|
|
|
19
|
+ block(v-for="(block, index) in post.blocks" :block="block" @open-gallery="openGallery" :key="`block-${index}`" class="post-single block-wrapper")
|
|
20
|
20
|
|
|
21
|
21
|
//- related artists section example layout
|
|
22
|
22
|
section(v-if="type === 'episodes' && post" :post="post")
|