diff --git a/site/snippets/header.php b/site/snippets/header.php index e5a82da..56196ea 100644 --- a/site/snippets/header.php +++ b/site/snippets/header.php @@ -4,6 +4,7 @@ + <?php if ($page->isHomePage() == false): ?> <?= $page->title() ?> |  @@ -12,4 +13,4 @@ - +

Index