a futile attempt to make the rendered html less gross
This commit is contained in:
parent
86200aac46
commit
bd3e48df1d
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
<div id='hamburger'><div id='hb-icon'></div></div>
|
||||
|
||||
<header id='header'>
|
||||
<h1>Menu</h1>
|
||||
<span class='internal'>
|
||||
|
@ -10,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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue