removed about me section

This commit is contained in:
CJSatnarine
2025-04-21 02:41:46 -04:00
parent ddd83ff2f9
commit 66ebc1ea48
10 changed files with 54 additions and 91 deletions

View File

@@ -23,9 +23,8 @@
<nav>
<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='@/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='@/about_me/_index.md') }}">About Me</a>
<hr>
</nav>