From e88e27c3ae578e7081e581f694ef7227cc13e48f Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Sun, 16 Jun 2024 22:27:42 +0200 Subject: [PATCH] Fix logo on subpages Signed-off-by: Rafal Kupiec --- themes/exectos/layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/exectos/layouts/partials/header.html b/themes/exectos/layouts/partials/header.html index aadab88..7e7f6ee 100644 --- a/themes/exectos/layouts/partials/header.html +++ b/themes/exectos/layouts/partials/header.html @@ -1,6 +1,6 @@
-

LOGO {{ .Site.Title }}

+

LOGO {{ .Site.Title }}

    {{ range .Site.Menus.main }} {{ if .HasChildren }}