From 35c53cecdbf3de170191b777e2de082ac6887da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 18 Nov 2024 15:14:22 +0100 Subject: [PATCH] Update docs-baseof partial MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- layouts/docs/baseof.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 3e058fd0..a167f72b 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -6,23 +6,26 @@ */}} - + {{ partial "head.html" . }} - +
{{ partial "navbar.html" . }}
-
+
-
+ +
{{ partial "version-banner.html" . }} - {{ partial "breadcrumb.html" . }} + {{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }} {{ block "main" . }}{{ end }}