This commit is contained in:
parent
7dad587062
commit
c4724c8f8d
5 changed files with 54 additions and 2 deletions
|
|
@ -262,6 +262,9 @@
|
|||
<?php elseif ($block->type() === 'video'): ?>
|
||||
<?php snippet('blocks/' . $block->type(), ['block' => $block]) ?>
|
||||
|
||||
<?php elseif ($block->type() === 'gallery'): ?>
|
||||
<?php snippet('blocks/gallery', ['block' => $block]) ?>
|
||||
|
||||
<?php endif ?>
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue