fix après changement de nom des champs 2
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 22s

This commit is contained in:
sarahgarcin1 2026-02-27 12:57:21 +01:00
parent 25fc60ebe9
commit 68d23440e2
5 changed files with 6 additions and 6 deletions

View file

@ -162,8 +162,8 @@ foreach ($subpages as $subpage) {
<?php endif ?>
</header>
<?php if ($subpage->text()->isNotEmpty()): ?>
<div class="nw-prose"><?= $subpage->text() ?></div>
<?php if ($subpage->intro()->isNotEmpty()): ?>
<div class="nw-prose"><?= $subpage->intro() ?></div>
<?php endif ?>
</div>