Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul <paul@brainspark.nl>2021-04-13 11:00:41 +0300
committerPaul <paul@brainspark.nl>2021-04-13 11:00:41 +0300
commitd65d15e84bd47c59a7a2182c2e7589ac6ef35264 (patch)
tree5f64dc76950222ebc85b384983e7c064db5a4f77
parent28ae7440c50885fa17a720e35741cd28dfaf2ee3 (diff)
Publish breadcrumb for tags as wellHEADmaster
-rw-r--r--layouts/partials/breadcrumbs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html
index a811e88..895fd5b 100644
--- a/layouts/partials/breadcrumbs.html
+++ b/layouts/partials/breadcrumbs.html
@@ -16,7 +16,7 @@
{{- $data := partial $item (dict "caption" .Title "url" "" "level" 1 "image" "" "final" true) }}
{{- $full_data = printf "%s%s" $full_data $data }}
- {{- else if eq .Kind "taxonomy" }}
+ {{- else if or ( eq .Kind "taxonomy" ) ( eq .Kind "term" ) }}
{{/* Find the taxonomyTerm and render */}}