mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
change how website is organized
This commit is contained in:
parent
58c56b0af7
commit
6c8e98dc98
38 changed files with 59 additions and 60 deletions
|
|
@ -3,8 +3,9 @@
|
|||
</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='@/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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue