mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-12 21:03:32 -06:00
Add custom include for TOC heading (#980)
Closes #961. Replays a previous attempt.
This commit is contained in:
@@ -159,7 +159,7 @@ layout: table_wrappers
|
||||
|
||||
{% if page.has_children == true and page.has_toc != false %}
|
||||
<hr>
|
||||
<h2 class="text-delta">Table of contents</h2>
|
||||
{% include toc_heading_custom.html %}
|
||||
<ul>
|
||||
{% for child in toc_list %}
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user