From d488b5678073abedae05ca12b4c922e8d5f9fbcf Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 10 Oct 2022 17:08:13 +0100 Subject: [PATCH] add 'Search' to hard-coded links in site's nav. menu. --- templates/layouts/header.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/layouts/header.html b/templates/layouts/header.html index b66d6b0..fcd8d1d 100644 --- a/templates/layouts/header.html +++ b/templates/layouts/header.html @@ -148,6 +148,11 @@ title="Click to create an account with this website"> {{page.title}} + {% elif page.slug == "search" %} + + {{page.title}} + {% else %}