fix après changement de nom des champs
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 21s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 21s
This commit is contained in:
parent
153e75c0a9
commit
25fc60ebe9
1 changed files with 4 additions and 4 deletions
|
|
@ -127,11 +127,11 @@ foreach ($subpages as $subpage) {
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Introduction -->
|
<!-- Introduction -->
|
||||||
<?php if ($original->introduction()->isNotEmpty()): ?>
|
<?php if ($original->intro()->isNotEmpty()): ?>
|
||||||
<section class="nw-introduction">
|
<section class="nw-introduction">
|
||||||
<div class="nw-container nw-container--narrow">
|
<div class="nw-container nw-container--narrow">
|
||||||
<div class="nw-introduction__body">
|
<div class="nw-introduction__body">
|
||||||
<?= $original->introduction() ?>
|
<?= $original->intro() ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -211,9 +211,9 @@ foreach ($subpages as $subpage) {
|
||||||
|
|
||||||
<div class="nw-map-marker__body">
|
<div class="nw-map-marker__body">
|
||||||
<h3 class="nw-map-marker__title"><?= html($marker->title()) ?></h3>
|
<h3 class="nw-map-marker__title"><?= html($marker->title()) ?></h3>
|
||||||
<?php if ($marker->text()->isNotEmpty()): ?>
|
<?php if ($marker->body()->isNotEmpty()): ?>
|
||||||
<div class="nw-map-marker__content">
|
<div class="nw-map-marker__content">
|
||||||
<?php foreach ($marker->text()->toBlocks() as $block): ?>
|
<?php foreach ($marker->body()->toBlocks() as $block): ?>
|
||||||
<div class="block block-type-<?= $block->type() ?>">
|
<div class="block block-type-<?= $block->type() ?>">
|
||||||
<?= $block ?>
|
<?= $block ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue