From 32415fbb30e179c3e5ffb2fcdee393e27c5fc9e2 Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Mon, 15 May 2023 12:55:19 -0400 Subject: [PATCH] create a unique navbar cache for the homepage Signed-off-by: Pete Lumbis --- themes/geekboot/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/geekboot/layouts/_default/baseof.html b/themes/geekboot/layouts/_default/baseof.html index 04a5463a..ff22f417 100644 --- a/themes/geekboot/layouts/_default/baseof.html +++ b/themes/geekboot/layouts/_default/baseof.html @@ -8,7 +8,7 @@ color-theme="light"> {{ block "body_override" . }}{{ end }} {{ partialCached "icons" . }} - {{ partialCached "docs-navbar" . }} + {{ partialCached "docs-navbar" . .IsHome }} {{ block "main" . }} {{ end }}