From 285c0d61fe2f99756337dff997d06a59909cbb0a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 29 Jul 2022 02:19:44 +0200 Subject: [PATCH] add progressbar exceptions --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9901545d..a1dda22d 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -11,7 +11,7 @@ {{- end }}
- {{- if .IsPage }} + {{- if ( and (.IsPage) (ne .Layout "archives") (ne .Layout "search")) }}
{{- end }}