mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
First
This commit is contained in:
commit
6449151d7a
38 changed files with 779 additions and 0 deletions
10
templates/partials/header.html
Normal file
10
templates/partials/header.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue