summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/toc.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/docs/toc.html')
-rw-r--r--layouts/partials/docs/toc.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/docs/toc.html b/layouts/partials/docs/toc.html
index 64546ec..64697a4 100644
--- a/layouts/partials/docs/toc.html
+++ b/layouts/partials/docs/toc.html
@@ -1 +1,3 @@
+{{ partial "docs/inject/toc-before" . }}
{{ .TableOfContents }}
+{{ partial "docs/inject/toc-after" . }}