diff options
author | JJ | 2024-09-30 08:41:59 +0000 |
---|---|---|
committer | JJ | 2024-09-30 08:43:23 +0000 |
commit | 6b711ffacf74555dd4a11cbd2c3bc4fee4df2152 (patch) | |
tree | bccce02d120d65d9b94e8f7380c793752bb43636 /_templates/header.html | |
parent | b65a06d69bba0059a585b6e85d41cc0989863e07 (diff) |
overhaul links page
Diffstat (limited to '_templates/header.html')
-rw-r--r-- | _templates/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_templates/header.html b/_templates/header.html index 786d5d4..d80f3f6 100644 --- a/_templates/header.html +++ b/_templates/header.html @@ -5,6 +5,7 @@ <nav> <a id="about" href="/about">about</a> <a id="posts" href="/posts">blog</a> + <a id="links" href="/links">links</a> <a id="notes" href="/notes">notes</a> <a id="writeups" href="/writeups">writeups</a> <a id="wiki" href="https://wiki.toki.la">wiki</a> |