From a14b6f0a18f8c956f37aa839883cedf5caced0d1 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Tue, 18 Oct 2022 22:11:53 -0700 Subject: [PATCH] fixed taxonomy layout --- .../layouts/taxonomy/terms.html | 35 ++++++++++++------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/themes/hugo-bulma-cookbook/layouts/taxonomy/terms.html b/themes/hugo-bulma-cookbook/layouts/taxonomy/terms.html index a7a16bf..333e5f3 100644 --- a/themes/hugo-bulma-cookbook/layouts/taxonomy/terms.html +++ b/themes/hugo-bulma-cookbook/layouts/taxonomy/terms.html @@ -1,16 +1,25 @@ -{{ partial "header.html" . }} -{{ partial "hero.html" . }} + + -
-
+ + {{ partial "header.html"}} + {{ partial "header.meta.html" .}} + {{ partial "script.menu.html"}} + {{ .Title }} + -
- {{ range .Data.Pages }} - - {{ end }} + + {{ partial "navbar" . }} + {{ partial "hero.html" . }} +
+
+ +
+ {{ range .Data.Pages }} + + {{ end }} +
-
- -{{ partial "footer.html" . }} \ No newline at end of file + \ No newline at end of file