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:
parent
f0158eea5b
commit
3900966800
5 changed files with 25 additions and 5 deletions
|
|
@ -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'): ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue