From 6bca95ae28712ca4ce1085b47e9060d79f3115c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 20 May 2023 13:05:41 +0200 Subject: [PATCH] tags: show taxonomy toc for standard installation #533 --- layouts/partials/toc.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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