From d971ec22dd6d10ce50405e8cc218a64aff7f2337 Mon Sep 17 00:00:00 2001 From: jonathan Date: Tue, 14 Mar 2023 01:20:45 +1030 Subject: [PATCH] add guestbook to navigation --- src/_includes/partials/navigation.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/partials/navigation.njk b/src/_includes/partials/navigation.njk index b8a5105..d6d7ebf 100644 --- a/src/_includes/partials/navigation.njk +++ b/src/_includes/partials/navigation.njk @@ -3,7 +3,7 @@ /pages /about /links - /contact + /guestbook /blog {#INFO: It's important to stucture your links with the slashes / on either side of the href /about/ to ensure the links are always from the root of the site.#} \ No newline at end of file