aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/partials/toc.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/polaris/layouts/partials/toc.html')
-rw-r--r--themes/polaris/layouts/partials/toc.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/polaris/layouts/partials/toc.html b/themes/polaris/layouts/partials/toc.html
new file mode 100644
index 0000000..5f286b5
--- /dev/null
+++ b/themes/polaris/layouts/partials/toc.html
@@ -0,0 +1,6 @@
+{{ with .TableOfContents }}
+ <div class="toc">
+ <h2>Table of Contents</h2>
+ {{ . }}
+ </div>
+{{ end }}