older version of ivory?
This commit is contained in:
parent
bb0094a7b7
commit
e7b36a6f16
15 changed files with 912 additions and 0 deletions
7
mkdocs_ivory/toc.html
Normal file
7
mkdocs_ivory/toc.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{%- for toc_item in page.toc %}
|
||||
{%- if toc_item.children %}
|
||||
{%- for toc_item in toc_item.children %}
|
||||
<li class="toctree-l{{ navlevel + 1 }}"><a class="nav-item toc" href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue