ParkerTenBroeck.github.io/templates/partials/header.html
2026-01-22 11:48:01 -05:00

11 lines
No EOL
477 B
HTML

<div class="title">
<a href="{{config.base_url}}">Hey! it's Grey</a>
</div>
<nav>
<a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>
{# <a href="{{ get_url(path='@/projects/_index.md') }}">Projects</a>
<a href="{{ get_url(path='@/crafts/_index.md') }}">Crafts</a> #}
<a href="{{ get_url(path='@/pictures/_index.md') }}">Pictures</a>
<a href="{{ get_url(path='tags') }}">Tags</a>
<a href="{{ get_url(path='category') }}">Categories</a>
</nav>