fix après changement de nom des champs 2
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 22s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 22s
This commit is contained in:
parent
25fc60ebe9
commit
68d23440e2
5 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue