summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/partials/head-meta.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/partials/head-meta.html')
-rw-r--r--themes/danix-xyz-hacker/layouts/partials/head-meta.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/danix-xyz-hacker/layouts/partials/head-meta.html b/themes/danix-xyz-hacker/layouts/partials/head-meta.html
index 89b5d50..34a60e2 100644
--- a/themes/danix-xyz-hacker/layouts/partials/head-meta.html
+++ b/themes/danix-xyz-hacker/layouts/partials/head-meta.html
@@ -53,5 +53,5 @@
{{ end }}
{{ end }}
-{{/* Structured data: BreadcrumbList JSON-LD (single content pages only) */}}
-{{ if eq .Kind "page" }}{{ partial "breadcrumb-jsonld.html" . }}{{ end }}
+{{/* Structured data: BreadcrumbList JSON-LD (single pages and named sections) */}}
+{{ if or (eq .Kind "page") (eq .Kind "section") }}{{ partial "breadcrumb-jsonld.html" . }}{{ end }}