site nav
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s

This commit is contained in:
Julie Blanc 2026-02-26 17:24:54 +01:00
parent 20bdf428e4
commit e5727b5630
11 changed files with 112 additions and 70 deletions

View file

@ -4,11 +4,11 @@
<header class="page__header">
<h2 class="page__title"><?= $page->title() ?></h2>
<div class="description-medium">
<p>
<?= $page->chapo() ?>
</p>
<?php if ($page->chapo()->isNotEmpty()): ?>
<div class="page__description">
<p><?= $page->chapo() ?></p>
</div>
<?php endif ?>
</header>

View file

@ -6,7 +6,7 @@
<h2 class="page__title"><?= $page->title() ?></h2>
<?php if ($page->chapo()->isNotEmpty()): ?>
<div class="description-medium">
<div class="page__description">
<p><?= $page->chapo() ?></p>
</div>
<?php endif ?>