lynnesbian.space/_includes/header.html

5 lines
256 B
HTML
Raw Normal View History

2020-03-12 09:21:03 +00:00
<header>
{%- 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 -%}
</header>