5 lines
256 B
HTML
5 lines
256 B
HTML
|
<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>
|