This commit is contained in:
parent
21efdf99b7
commit
7efa08b269
1 changed files with 2 additions and 4 deletions
|
|
@ -32,11 +32,9 @@
|
|||
</div>
|
||||
<?php endif ?>
|
||||
<?php if ($page->isHtmlMode()->isTrue()): ?>
|
||||
<?= $page->htmlBody()->kt() ?>
|
||||
<?php elseif ($page->isBlockMode()->isTrue()): ?>
|
||||
<?= $page->bodyWithAnchors() ?>
|
||||
<?= $page->htmlBody()->kt() ?>
|
||||
<?php else: ?>
|
||||
<?= $page->bodyWithAnchors() ?>
|
||||
<?= $page->bodyWithAnchors() ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue