Remove ugly missed the first time
This commit is contained in:
parent
211775626f
commit
0e9a0a5986
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
||||||
<ul id="toc">
|
<ul id="toc">
|
||||||
{% for h2 in page.toc -%}
|
{% for h2 in page.toc -%}
|
||||||
<li><a href="
|
<li><a href="
|
||||||
{{ h2.permalink | safe }}{{ _ugly_url }}">{{ h2.title }}</a>
|
{{ h2.permalink | safe }}">{{ h2.title }}</a>
|
||||||
{% if h2.children -%}
|
{% if h2.children -%}
|
||||||
<ul>
|
<ul>
|
||||||
{% for h3 in h2.children -%}
|
{% for h3 in h2.children -%}
|
||||||
|
|
Loading…
Reference in a new issue