diff options
-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> |