|
|
@@ -19,7 +19,7 @@
|
|
19
|
19
|
block.post-single.block-wrapper(v-for="(block, index) in post.blocks" :block="block" @open-gallery="openGallery" :key="`block-${index}`")
|
|
20
|
20
|
|
|
21
|
21
|
//- related artists section example layout
|
|
22
|
|
- section
|
|
|
22
|
+ section(v-if="type === 'episodes' && post" :post="post")
|
|
23
|
23
|
h2.t-up featured in this episode
|
|
24
|
24
|
ul.f-row.between
|
|
25
|
25
|
img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
|