chg: [navigation] art added

This commit is contained in:
Alexandre Dulaunoy 2020-08-30 11:41:10 +02:00
parent 1578d7f653
commit 3fee39360d
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -4,6 +4,7 @@
<a class="c-navigation__item {% if page.url == '/#projects' %}is-active{% endif %}" href="{{ "/#projects" | prepend: site.baseurl }}">Projects</a>
<a class="c-navigation__item {% if page.url == '/articles/' %}is-active{% endif %}" href="{{ "/articles/" | prepend: site.baseurl }}">Articles</a>
<a class="c-navigation__item {% if page.url == '/photoblog/' %}is-active{% endif %}" href="{{ "/photoblog/" | prepend: site.url }}">Photography</a>
<a class="c-navigation__item {% if page.url == '/photoblog/' %}is-active{% endif %}" href="{{ "/art/" | prepend: site.url }}">Art</a>
<a class="c-navigation__item {% if page.url == '/about/' %}is-active{% endif %}" href="{{ "/about/" | prepend: site.baseurl }}">About</a>
<a class="c-navigation__item {% if page.url == '/contact/' %}is-active{% endif %}" href="{{ "/contact/" | prepend: site.baseurl }}">Contact</a>
</div>