summaryrefslogtreecommitdiffhomepage
path: root/themes/docsy/layouts/partials/toc.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docsy/layouts/partials/toc.html')
-rw-r--r--themes/docsy/layouts/partials/toc.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/docsy/layouts/partials/toc.html b/themes/docsy/layouts/partials/toc.html
deleted file mode 100644
index f155f8b13..000000000
--- a/themes/docsy/layouts/partials/toc.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{ partial "page-meta-links.html" . }}
-{{ if not .Params.notoc }}
-{{ with .TableOfContents }}
-{{ if ge (len .) 200 }}
-{{ . }}
-{{ end }}
-{{ end }}
-{{ end }} \ No newline at end of file