2015-12-03 01:59:10 +00:00
|
|
|
<nav class="c-navigation {% if site.fixedNav == 'true' %}is-fixed{% endif %}">
|
|
|
|
<div class="c-navigation__container u-container">
|
2015-12-03 02:10:58 +00:00
|
|
|
<a class="c-navigation__item {% if page.url == '/' %}is-active{% endif %}" href="{{ "/" | prepend: site.baseurl }}">Home</a>
|
2016-05-05 13:11:53 +00:00
|
|
|
<a class="c-navigation__item {% if page.url == '/#projects' %}is-active{% endif %}" href="{{ "/#projects" | prepend: site.baseurl }}">Projects</a>
|
2015-12-03 02:10:58 +00:00
|
|
|
<a class="c-navigation__item {% if page.url == '/articles/' %}is-active{% endif %}" href="{{ "/articles/" | prepend: site.baseurl }}">Articles</a>
|
2016-05-05 13:11:53 +00:00
|
|
|
<a class="c-navigation__item {% if page.url == '/photoblog/' %}is-active{% endif %}" href="{{ "/photoblog/" | prepend: site.url }}">Photography</a>
|
2020-08-30 09:41:10 +00:00
|
|
|
<a class="c-navigation__item {% if page.url == '/photoblog/' %}is-active{% endif %}" href="{{ "/art/" | prepend: site.url }}">Art</a>
|
2015-12-03 02:10:58 +00:00
|
|
|
<a class="c-navigation__item {% if page.url == '/about/' %}is-active{% endif %}" href="{{ "/about/" | prepend: site.baseurl }}">About</a>
|
2016-05-05 13:11:53 +00:00
|
|
|
<a class="c-navigation__item {% if page.url == '/contact/' %}is-active{% endif %}" href="{{ "/contact/" | prepend: site.baseurl }}">Contact</a>
|
2015-12-03 01:59:10 +00:00
|
|
|
</div>
|
|
|
|
</nav>
|