From 1f74c443405b2827217275bbdc428bd9320bb99a Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 24 Nov 2019 17:18:36 +0100 Subject: Rework index page layout to include projects --- layouts/partials/header.html | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'layouts/partials/header.html') diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4a6756e..67ab370 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,26 +6,29 @@ + {{ .Title }}{{ if not .IsHome }} - {{ .Site.Title }}{{ end }}
-
- -

{{ .Site.Title }}

-
-
-
- {{ range .Site.Menus.main }} - - {{ end }} -
-
-
-
+
+ +

{{ .Site.Title }}

+
+
+
+ {{ range .Site.Menus.main }} + {{ if ne .Name "Projects" }} + + {{ end }} + {{ end }} +
+
+
+
-- cgit v1.3.1