✨ feat: set Table of Contents per page, not globally
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
{% endif %}
|
||||
|
||||
{# Optional table of contents #}
|
||||
{% if config.extra.toc | default(value=false) %}
|
||||
{% if page.extra.toc | default(value=false) %}
|
||||
{% if page.toc %}
|
||||
<h2>Table of Contents</h2>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user