Просмотр исходного кода

:gear: fix featured in this wepside appearing everywhere

tags/0.9.0
j 4 лет назад
Родитель
Сommit
f5900df58b
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      vue-theme/src/pages/single.vue

+ 1
- 1
vue-theme/src/pages/single.vue Просмотреть файл

@@ -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")

Загрузка…
Отмена
Сохранить