From cd66f2b2c531c8ba12b69a86a1d9f96da31396f2 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Thu, 17 Oct 2024 23:49:26 +0200 Subject: [PATCH] Style --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 46651d4..f688b6c 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,7 +3,7 @@ {{ partial "logo.html" . }} - {{ if len .Site.Menus }} + {{- if len .Site.Menus }} {{ partial "menu.html" . }} @@ -11,7 +11,7 @@ - {{ end }} + {{- end }} {{- if .Site.Params.EnableThemeToggle }} {{ partial "theme-toggle-icon.html" . }}