update home page; changed projects to My Stuff; add Stuff I Like section

This commit is contained in:
CJSatnarine
2025-05-23 20:20:01 -04:00
parent 6a8034316b
commit 8a1389d87a
7 changed files with 43 additions and 8 deletions

View File

@@ -24,7 +24,8 @@
<nav>
<a href="{{ get_url(path='@/_index.md') }}">Home</a>
<span id="text"> | </span><a href="{{ get_url(path='@/blog/_index.md') }}"><strike>Rants</strike> Posts</a>
<spam id="text"> | </span><a href="{{ get_url(path='@/projects/_index.md') }}">Projects</a>
<span id="text"> | </span><a href="{{ get_url(path='@/projects/_index.md') }}">My Stuff</a>
<span id="text"> | </span><a href="{{ get_url(path='@/stuff_I_like/_index.md') }}">Stuff I Like</a>
<hr>
</nav>