diff options
Diffstat (limited to 'layouts/partials/docs/toc.html')
-rw-r--r-- | layouts/partials/docs/toc.html | 2 |
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" . }} |