initial commit on forge variable
This commit is contained in:
parent
388079e6bb
commit
581d60f883
63 changed files with 518 additions and 34500 deletions
|
|
@ -23,6 +23,7 @@
|
|||
<?php foreach($site->index()->filterBy('intendedTemplate', 'chapitre') as $chapitre):?>
|
||||
<section class="chapter">
|
||||
<h2><?= $chapitre->title()->html()->smartypants() ?></h2>
|
||||
<div class="chapeau"><?= $chapitre->chapeau()->kt()->smartypants() ?></div>
|
||||
<?php foreach ($chapitre->text()->toBlocks() as $block): ?>
|
||||
<div id="<?= $block->id() ?>" class="block block-type-<?= $block->type() ?>">
|
||||
<?= $block ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue