wow this error is smth
This commit is contained in:
parent
d00e67fc08
commit
5a10c645cb
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
<h1>{{ page.title }}</h1>
|
||||
{% if page.toc and page.extra.toc %}
|
||||
<div class="navtoc"><img src="/img/tinystar.gif" alt="tiny star">
|
||||
{% for h2 in page.toc %}
|
||||
<a href="{{ h2.permalink | safe }}">{{ h2.title }}</a><img src="/img/tinystar.gif">
|
||||
{% for h1 in page.toc %}
|
||||
<a href="{{ h1.permalink | safe }}">{{ h1.title }}</a><img src="/img/tinystar.gif">
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue