diff options
author | j-james | 2022-09-17 23:12:09 +0000 |
---|---|---|
committer | j-james | 2022-09-17 23:12:09 +0000 |
commit | 654129da2f5645dbbca9f46b1bf59aeaf8314f01 (patch) | |
tree | 6a054cc16ab12b3dca301ee94d842f631af781fd | |
parent | 996eecd1af28f8bf0f4c9b6f92dd1c65815f2ccc (diff) |
Replace links navlink with posts
-rw-r--r-- | 404.html | 2 | ||||
-rw-r--r-- | about.html | 2 | ||||
-rw-r--r-- | bookshelf.html | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | links.html | 2 | ||||
-rw-r--r-- | monogram.html | 2 | ||||
-rw-r--r-- | posts.html | 2 | ||||
-rw-r--r-- | projects.html | 2 |
8 files changed, 8 insertions, 8 deletions
@@ -17,7 +17,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/links">links</a> + <a href="https://j-james.me/posts">posts</a> <a href="https://j-james.me/writeups">writeups</a> </nav> </header> @@ -16,7 +16,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/links">links</a> + <a href="https://j-james.me/posts">posts</a> <a href="https://j-james.me/writeups">writeups</a> </nav> </header> diff --git a/bookshelf.html b/bookshelf.html index 3a662e1..1f529f3 100644 --- a/bookshelf.html +++ b/bookshelf.html @@ -17,7 +17,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/links">links</a> + <a href="https://j-james.me/posts">posts</a> <a href="https://j-james.me/writeups">writeups</a> </nav> </header> @@ -16,7 +16,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/links">links</a> + <a href="https://j-james.me/posts">posts</a> <a href="https://j-james.me/writeups">writeups</a> </nav> </header> @@ -16,7 +16,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/links">links</a> + <a href="https://j-james.me/posts">posts</a> <a href="https://j-james.me/writeups">writeups</a> </nav> </header> diff --git a/monogram.html b/monogram.html index 7597a39..b9add26 100644 --- a/monogram.html +++ b/monogram.html @@ -16,7 +16,7 @@ · <a href="https://j-james.me/resume" style="color: black;">resume</a> · - <a href="https://j-james.me/links" style="color: black;">links</a> + <a href="https://j-james.me/posts" style="color: black;">posts</a> · <a href="https://j-james.me/bookshelf" style="color: black;">bookshelf</a> </nav> @@ -16,7 +16,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/links">links</a> + <a href="https://j-james.me/posts">posts</a> <a href="https://j-james.me/writeups">writeups</a> </nav> </header> diff --git a/projects.html b/projects.html index fb03a03..2ac1baf 100644 --- a/projects.html +++ b/projects.html @@ -16,7 +16,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/links">links</a> + <a href="https://j-james.me/posts">posts</a> <a href="https://j-james.me/writeups">writeups</a> </nav> </header> |