diff --git a/plugins/page-toc/templates/components/page-toc.html.twig b/plugins/page-toc/templates/components/page-toc.html.twig index 5a94a6b..6d941c6 100644 --- a/plugins/page-toc/templates/components/page-toc.html.twig +++ b/plugins/page-toc/templates/components/page-toc.html.twig @@ -1,4 +1,4 @@ -{% import _self as self %} +{# {% import _self as self %} #} {% macro toc_loop(items) %} {% for item in items %} @@ -24,4 +24,4 @@ {% endif %} -{% endif %} \ No newline at end of file +{% endif %}