diff --git a/site/snippets/header.php b/site/snippets/header.php index 11ad028..0fffdeb 100755 --- a/site/snippets/header.php +++ b/site/snippets/header.php @@ -2,7 +2,7 @@ /** * Snippets are a great way to store code snippets for reuse or to keep your templates clean. * This header snippet is reused in all templates. - * It fetches information from the `site.txt` content file and contains the menu. + * It fetches information from the `site.txt` content file and contains the site navigation. * More about snippets: https://getkirby.com/docs/guide/templates/snippets */ ?> @@ -14,8 +14,11 @@ + <?= $site->title() ?> | <?= $page->title() ?> + @@ -23,6 +26,7 @@
+