diff options
author | j-james | 2021-02-17 06:59:58 +0000 |
---|---|---|
committer | j-james | 2021-02-17 06:59:58 +0000 |
commit | 19fd9bf2f49991f336a887c677f0acc1a2bfa365 (patch) | |
tree | 344457b1324630c3dc081112d06a9e5522cd8747 /index.html | |
parent | d85d4ad29fb61d7f3c37bc306c055ca5dad424e7 (diff) |
Fix broken link structure
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,10 +12,10 @@ <a href="https://j-james.me">j-james</a> </h1> <nav> - <a href="https://j-james.me/about/">about</a> - <a href="https://j-james.me/projects/">projects</a> - <a href="https://j-james.me/posts/">posts</a> - <a href="https://j-james.me/bookshelf/">bookshelf</a> + <a href="https://j-james.me/about">about</a> + <a href="https://j-james.me/projects">projects</a> + <a href="https://j-james.me/posts">posts</a> + <a href="https://j-james.me/bookshelf">bookshelf</a> </nav> </header> <main> |