Below you will find pages that utilize the taxonomy term “{{ .Title }}”
diff --git a/layouts/index.html b/layouts/index.html
index 094006c..9491759 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
{{ define "main" }}
-
+
{{ .Content }}
-
+
{{/* Define a section to pull recent posts from. For Hugo 0.20 this will default to the section with the most number of pages. */}}
{{ $mainSections := .Site.Params.mainSections | default (slice "post") }}
{{/* Create a variable with that section to use in multiple places. */}}
diff --git a/layouts/partials/menu-contextual.html b/layouts/partials/menu-contextual.html
index dd89d3c..ae1aa71 100644
--- a/layouts/partials/menu-contextual.html
+++ b/layouts/partials/menu-contextual.html
@@ -6,7 +6,7 @@
{{ $i := sub ($currentSection | len) 1 }}
{{/* So we can only show this menu if there are one or more other entries */}}
{{ if ge $i 1 }}
-