Skip to content

Commit

Permalink
fix: Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
holmey committed Jan 12, 2024
1 parent 5031188 commit cb08d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/snippets/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<?php foreach ($page->blocks()->toBlocks() as $block) : ?>
<?php snippet('blocks/'.$block->type(), ['block' => $block]) ?>
<?php endforeach ?>
</div><?php var_dump($page->blocks()->toBlocks()) ?>
</div>

0 comments on commit cb08d6e

Please sign in to comment.