From 4905337d7c9697db39dea73c16b1dc0767653134 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Mar 2022 09:56:23 +0300 Subject: navbar: move the hide condition to the navbar include --- _includes/common/navbar.html | 2 ++ 1 file changed, 2 insertions(+) (limited to '_includes/common/navbar.html') diff --git a/_includes/common/navbar.html b/_includes/common/navbar.html index 8640633..67db12e 100644 --- a/_includes/common/navbar.html +++ b/_includes/common/navbar.html @@ -1,3 +1,4 @@ +{% unless site.settings.navbar.hide or page.navbar.hide %} +{% endunless %} -- cgit v1.2.3