- = $page->title() ?> + = $page->title()->html() ?> = $page->text()->kt() ?> diff --git a/site/templates/home.php b/site/templates/home.php index 8af010f..544e47c 100755 --- a/site/templates/home.php +++ b/site/templates/home.php @@ -48,7 +48,7 @@ - = $album->title() ?> + = $album->title()->html() ?> diff --git a/site/templates/note.php b/site/templates/note.php index a8985ad..eef9020 100755 --- a/site/templates/note.php +++ b/site/templates/note.php @@ -31,9 +31,9 @@ - = $page->title() ?> + = $page->title()->html() ?> subheading()->isNotEmpty()): ?> - = $page->subheading() ?> + = $page->subheading()->html() ?> @@ -44,7 +44,7 @@ - = $tag ?> + = html($tag) ?>
- = $page->title() ?> + = $page->title()->html() ?> subheading()->isNotEmpty()): ?> - = $page->subheading() ?> + = $page->subheading()->html() ?> @@ -44,7 +44,7 @@ - = $tag ?> + = html($tag) ?>