Optional TOC sidebar (fixes #107)
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
{% block content %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
{%- include "partials/statements.html" -%}
|
||||
{%- if page.extra.toc and not page.extra.toc_sidebar -%}
|
||||
{%- include "partials/toc.html" -%}
|
||||
{%- endif -%}
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
||||
|
Reference in New Issue
Block a user