12 lines
No EOL
550 B
HTML
12 lines
No EOL
550 B
HTML
<header>
|
|
<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>
|
|
</header> |