lynnesbian.space/_includes/header.html

12 lines
550 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'>
{%- if page.title != "Welcome!" -%}<a href='/'>Home</a>{% endif -%}
{%- if page.title != "Contact" -%}<a href='/contact.html'>Contact</a>{% endif -%}
{%- if page.title != "Projects" -%}<a href='/projects.html'>Projects</a>{% endif -%}
{%- if page.title != "Donate" -%}<a href='/donate.html'>Donate</a>{% endif -%}
</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-12 09:21:03 +00:00
</header>