oh my god how could i be so DUMB

This commit is contained in:
onomanapeia 2024-09-13 20:36:25 -05:00
parent 68ad4e4bcd
commit 7dfa72bc2a

View file

@ -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 h1 in page.toc %}
<a href="{{ h1.permalink | safe }}">{{ h1.title }}</a><img src="/img/tinystar.gif">
{% for h2 in page.toc %}
<a href="{{ h2.permalink | safe }}">{{ h2.title }}</a><img src="/img/tinystar.gif">
{% endfor %}
</div>
{% endif %}