lynnesbian.space/_includes/header.html

19 lines
851 B
HTML
Raw Normal View History

2020-03-12 09:21:03 +00:00
<header>
2020-03-12 09:28:12 +00:00
<span class='internal'>
2020-03-15 13:24:58 +00:00
<a href='/' {%- if page.title == "Welcome!" %} class='current'{% endif -%}>Home</a>
{%- for html_page in site.html_pages -%}
{%- unless html_page.url == '/' -%}
<a href='{{ html_page.url }}' {%- if page.title == html_page.title %} class='current'{% endif -%}>{{ html_page.title }}</a>
{%- endunless -%}
{%- endfor -%}
{%- comment -%} {%- if page.title != "Contact" -%}<a href='/contact.html'>Contact</a>{% endif -%}
2020-03-12 09:28:12 +00:00
{%- if page.title != "Projects" -%}<a href='/projects.html'>Projects</a>{% endif -%}
2020-03-15 13:24:58 +00:00
{%- if page.title != "Donate" -%}<a href='/donate.html'>Donate</a>{% endif -%} {%- endcomment -%}
2020-03-12 09:28:12 +00:00
</span>
<span class='external'>
<a href='https://bune.city'>Blog</a><a href='https://github.com/lynnesbian'>GitHub</a><a href='https://git.bune.city/lynnesbian'>Gitea</a>
</span>
2020-03-15 13:24:58 +00:00
</header>