1
0
This commit is contained in:
Philip Wagner
2024-09-30 15:51:44 +02:00
parent ceb95139ac
commit 0397c7ef73

View File

@@ -1,7 +1,7 @@
<?php snippet('header') ?> <?php snippet('header') ?>
<div class="<?= randomBg() ?> headline" style="padding-bottom: 79pt"> <div class="<?= randomBg() ?> headline" style="padding-bottom: 79pt">
<h4 class="uppercase font-kobata leading-none"><?= $page->title() ?></h4> <h3 class="uppercase font-kobata leading-none"><?= $page->title() ?></h4>
</div> </div>
<?php snippet('layouts', ['layouts' => $page->layout()->toLayouts()]) ?> <?php snippet('layouts', ['layouts' => $page->layout()->toLayouts()]) ?>