diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-17 04:38:15 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-17 04:38:15 -0400 |
commit | 61fbce70abd2cafaef960f5e787a97a3a828d74e (patch) | |
tree | 5d49885a2f1f0254075d3dae96faf00b50ccfd5e /themes/polaris/layouts/partials/toc.html | |
parent | 91408bd3d594ca341f8c27b6b4d7403b564f4d38 (diff) |
remove static fonts, update posts, clean up layout
Diffstat (limited to 'themes/polaris/layouts/partials/toc.html')
-rw-r--r-- | themes/polaris/layouts/partials/toc.html | 6 |
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 }} |