fix linear body
This commit is contained in:
parent
be447667cc
commit
23153263a0
2 changed files with 6 additions and 2 deletions
|
|
@ -29,7 +29,11 @@
|
|||
<?= $page->chapo() ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
<?= $page->htmlBody()->kt() ?>
|
||||
<?php if ($page->isHtmlMode()): ?>
|
||||
<?= $page->htmlBody()->kt() ?>
|
||||
<?php else: ?>
|
||||
<?= $page->body() ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue