removed some whitespace that caused issues
This commit is contained in:
parent
658c5bfb28
commit
001179eb0d
1 changed files with 3 additions and 3 deletions
|
@ -11,14 +11,14 @@
|
||||||
{%- for html_page in main_pages -%}
|
{%- for html_page in main_pages -%}
|
||||||
{%- unless html_page.url == '/' -%}
|
{%- unless html_page.url == '/' -%}
|
||||||
<a href='{{ html_page.url }}' {%- if page.title == html_page.title %} class='current'{% endif -%}>{{ html_page.title }}</a>
|
<a href='{{ html_page.url }}' {%- if page.title == html_page.title %} class='current'{% endif -%}>{{ html_page.title }}</a>
|
||||||
{% endunless -%}
|
{%- endunless -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
|
||||||
<span class='more'>
|
<span class='more'>
|
||||||
{% comment -%} todo: maybe make this collapsible? {%- endcomment -%}
|
{%- comment -%} todo: maybe make this collapsible? {%- endcomment -%}
|
||||||
{%- for html_page in less_important -%}
|
{%- for html_page in less_important -%}
|
||||||
<a href='{{ html_page.url }}' {%- if page.title == html_page.title %} class='current'{% endif -%}>{{ html_page.title }}</a>
|
<a href='{{ html_page.url }}' {%- if page.title == html_page.title %} class='current'{% endif -%}>{{ html_page.title }}</a>
|
||||||
{% endfor -%}
|
{%- endfor -%}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue