builder avec section > suppression du bandeau qui contient le titre de la page - donc le titre du site passe en h1 sur les pages sectionnées aussi, anchors-strip sticky

This commit is contained in:
antonin gallon 2026-01-27 17:33:06 +01:00
parent f0158eea5b
commit 3900966800
5 changed files with 25 additions and 5 deletions

View file

@ -12,10 +12,6 @@
</ul>
</section>
<section>
<h1><?= $page->title() ?></h1>
</section>
<?php foreach($page->children() as $sectionPage): ?>
<section id="<?= $sectionPage->slug() ?>" <?= e($sectionPage->backgroundColor()->isNotEmpty() == 'true', ' style="--color: ' . $sectionPage->backgroundColor() . ';"') ?>>
<?php if ($sectionPage->isTitled() != 'false'): ?>