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