From cd7ee44e5e1b46fe3fcbbb7e414ce4c4a9a3b4fd Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 29 Jun 2024 21:29:58 +0200 Subject: Color pallettes and hide header mode --- layouts/partials/header.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'layouts/partials') diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 21f73a5..8933883 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,6 +1,9 @@ {{/* Header */}}
+ + {{ if or (not (.Param "hideHeader")) .IsHome }} +

{{ site.Title }}

@@ -17,4 +20,6 @@ {{ end }}
+ {{ end }} +
\ No newline at end of file -- cgit v1.2.3