create a unique navbar cache for the homepage

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2023-05-15 12:55:19 -04:00
parent fb5c5a8ea5
commit 32415fbb30
No known key found for this signature in database
GPG Key ID: FDC6C20960060000
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ color-theme="light">
{{ block "body_override" . }}<body>{{ end }}
{{ partialCached "icons" . }}
{{ partialCached "docs-navbar" . }}
{{ partialCached "docs-navbar" . .IsHome }}
{{ block "main" . }}
{{ end }}