From 4e83792262909f1a884078db58a6e7f833e04780 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 24 May 2023 22:30:14 +0200 Subject: [PATCH] Add: toc shortcode --- layouts/shortcodes/toc.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 layouts/shortcodes/toc.html diff --git a/layouts/shortcodes/toc.html b/layouts/shortcodes/toc.html new file mode 100644 index 0000000..54fbf0f --- /dev/null +++ b/layouts/shortcodes/toc.html @@ -0,0 +1,4 @@ +
+

Table Of Contents

+ {{ .Page.TableOfContents }} +
\ No newline at end of file