From f5e02840e3094bb5251bd00de57612931f2ce032 Mon Sep 17 00:00:00 2001 From: Francesco Date: Sun, 4 May 2025 12:11:33 +0200 Subject: Word break in header menu, reduced excessive margins while wrapped --- layouts/partials/header.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 1d8301e..7af4224 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,14 +8,16 @@ {{ site.Title }} -
+
{{ $currentPage := . }} {{ with site.Params.menu }} {{ range . }} - -

- + +

+ /{{.name }}

-- cgit v1.2.3