chore: remove unused quote block, adjust snippet formatting in blockpage template

This commit is contained in:
2025-07-09 16:18:56 +02:00
parent 0080db66f5
commit 5a83eaf85f
2 changed files with 2 additions and 6 deletions
+2 -5
View File
@@ -1,5 +1,4 @@
<?php
// FEN in Array umwandeln
function fenToBoard($fen) {
$rows = explode('/', explode(' ', $fen)[0]);
@@ -22,10 +21,8 @@ function fenToBoard($fen) {
return $board;
}?>
<?php
snippet('layout', slots: true) ?>
<?php snippet('layout', slots: true) ?>
<div class="blockpage">
<?= $page->blocks()->toBlocks() ?>
</div>
<?php
endsnippet() ?>
<?php endsnippet() ?>