fix sticky problems

This commit is contained in:
isUnknown 2024-04-10 14:55:34 +02:00
parent d9dcd940af
commit ba450cbb1f
15 changed files with 212 additions and 142 deletions

View file

@ -1,4 +1,6 @@
<?php snippet('header') ?>
<?php snippet('header', array(
'entryTopPos' => 20
)) ?>
<main id="<?= $page->template() ?>">
<article>
<?php snippet('cover', array('isOpen' => true), slots: true) ?>
@ -18,7 +20,8 @@
</p>
<?php endslot() ?>
<?php endsnippet() ?>
<?php snippet('nav') ?>
<?= $page->body() ?>
<div class="content">
<?= $page->body() ?>
</div>
</article>
</main>