From 0cd6d6091d52d6e085d642d89781313d570fc1dd Mon Sep 17 00:00:00 2001 From: mms Date: Thu, 11 Apr 2024 23:08:31 +0200 Subject: feat: breadcrumbs --- layouts/_default/baseof.html | 29 +--------------------- layouts/partials/back_nav.html | 25 ------------------- layouts/partials/header/breadcrumbs.html | 3 +++ layouts/partials/header/header.html | 42 ++++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 53 deletions(-) delete mode 100644 layouts/partials/back_nav.html create mode 100644 layouts/partials/header/breadcrumbs.html create mode 100644 layouts/partials/header/header.html (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d7d6af6..4c7116b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -60,34 +60,7 @@ {{ $section_class = "emacs" }} {{ end }} -
- - -
- -
-
- + {{ partial "header/header" . }}
diff --git a/layouts/partials/back_nav.html b/layouts/partials/back_nav.html deleted file mode 100644 index ceb0813..0000000 --- a/layouts/partials/back_nav.html +++ /dev/null @@ -1,25 +0,0 @@ -{{- if not .Page.Params.noback }} - -{{- end }} diff --git a/layouts/partials/header/breadcrumbs.html b/layouts/partials/header/breadcrumbs.html new file mode 100644 index 0000000..c777c5b --- /dev/null +++ b/layouts/partials/header/breadcrumbs.html @@ -0,0 +1,3 @@ + + diff --git a/layouts/partials/header/header.html b/layouts/partials/header/header.html new file mode 100644 index 0000000..9ebe72e --- /dev/null +++ b/layouts/partials/header/header.html @@ -0,0 +1,42 @@ +
+ + +
+ +
+
-- cgit v1.2.3