oh my god how could i be so DUMB
This commit is contained in:
parent
68ad4e4bcd
commit
7dfa72bc2a
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
{% if page.toc and page.extra.toc %}
|
{% if page.toc and page.extra.toc %}
|
||||||
<div class="navtoc"><img src="/img/tinystar.gif" alt="tiny star">
|
<div class="navtoc"><img src="/img/tinystar.gif" alt="tiny star">
|
||||||
{% for h1 in page.toc %}
|
{% for h2 in page.toc %}
|
||||||
<a href="{{ h1.permalink | safe }}">{{ h1.title }}</a><img src="/img/tinystar.gif">
|
<a href="{{ h2.permalink | safe }}">{{ h2.title }}</a><img src="/img/tinystar.gif">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue