From 0201a2187755a8c670a83b3248b218c8ef14bd2a Mon Sep 17 00:00:00 2001 From: Sonja Broda Date: Sun, 28 Jul 2019 16:24:01 +0200 Subject: [PATCH] Update header annotations --- site/snippets/header.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 @@
+