diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index c20fa0a5b4..9f385b7afe 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -1,5 +1,20 @@
-{{- .TableOfContents }} +{{- if eq .Kind "taxonomy" }} + +{{- else }} + {{- .TableOfContents }} +{{- end }}
\ No newline at end of file