summaryrefslogtreecommitdiffstats
path: root/hugolib/shortcode_page.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/shortcode_page.go')
-rw-r--r--hugolib/shortcode_page.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/shortcode_page.go b/hugolib/shortcode_page.go
index 20fa22d2f..f351daae0 100644
--- a/hugolib/shortcode_page.go
+++ b/hugolib/shortcode_page.go
@@ -21,7 +21,7 @@ import (
)
// A placeholder for the TableOfContents markup. This is what we pass to the Goldmark etc. renderers.
-var tocShortcodePlaceholder = createShortcodePlaceholder("TOC", 0)
+var tocShortcodePlaceholder = createShortcodePlaceholder("TOC", 0, 0)
// shortcodeRenderer is typically used to delay rendering of inner shortcodes
// marked with placeholders in the content.