diff --git a/templates/layout/00_layout.php b/templates/layout/00_layout.php index dc53226..2f5a4b6 100644 --- a/templates/layout/00_layout.php +++ b/templates/layout/00_layout.php @@ -4,7 +4,7 @@ - <?= $page['title']; ?> + <?= $page['title']; ?> <?php if ($page['title'] != $params['title']) { echo "- " . $params['title']; } ?>