ParkerTenBroeck.github.io/templates/partials/header.html
Parker TenBroeck 6449151d7a First
2026-01-16 22:02:02 -05:00

10 lines
No EOL
411 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>
</nav>