Use html method
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<?php snippet('header') ?>
|
||||
|
||||
<article>
|
||||
<h1 class="h1"><?= $page->title() ?></h1>
|
||||
<h1 class="h1"><?= $page->title()->html() ?></h1>
|
||||
<div class="text">
|
||||
<?= $page->text()->kt() ?>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user