diff options
Diffstat (limited to 'layouts/shortcodes/toc.html')
-rw-r--r-- | layouts/shortcodes/toc.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/toc.html b/layouts/shortcodes/toc.html new file mode 100644 index 0000000..8dfb2b5 --- /dev/null +++ b/layouts/shortcodes/toc.html @@ -0,0 +1,3 @@ +{{ range (where site.RegularPages "Type" "!=" "special") }} + {{ partial "partials/article_list_item.html" . }} +{{ end }} |