a lot of stuff

This commit is contained in:
CJSatnarine
2025-03-21 14:47:02 -04:00
parent 1d3212c1ba
commit 0bd5fb2462
12 changed files with 50 additions and 19 deletions

View File

@@ -22,9 +22,9 @@
</head>
<nav>
<a href="{{ get_url(path='@/_index.md') }}">Home </a>
<a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.
<a href="{{ get_url(path='@/about_me/_index.md') }}">About Me</a>.
<a href="{{ get_url(path='@/_index.md') }}">Home</a>
<span id="text"> | </span><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>
<span id="text"> | </span><a href="{{ get_url(path='@/about_me/_index.md') }}">About Me</a>
<hr>
</nav>