removed some whitespace that caused issues

This commit is contained in:
Lynne Megido 2020-03-25 22:07:26 +10:00
parent 658c5bfb28
commit 001179eb0d
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -11,14 +11,14 @@
{%- for html_page in main_pages -%}
{%- unless html_page.url == '/' -%}
<a href='{{ html_page.url }}' {%- if page.title == html_page.title %} class='current'{% endif -%}>{{ html_page.title }}</a>
{% endunless -%}
{%- endunless -%}
{%- endfor -%}
<span class='more'>
{% comment -%} todo: maybe make this collapsible? {%- endcomment -%}
{%- comment -%} todo: maybe make this collapsible? {%- endcomment -%}
{%- for html_page in less_important -%}
<a href='{{ html_page.url }}' {%- if page.title == html_page.title %} class='current'{% endif -%}>{{ html_page.title }}</a>
{% endfor -%}
{%- endfor -%}
</span>
</span>