summaryrefslogtreecommitdiff
path: root/_templates/header.html
diff options
context:
space:
mode:
authorJJ2024-07-25 19:22:07 +0000
committerJJ2024-07-25 19:22:07 +0000
commite9dd9fada06fa7ea743238e23d3ffdfcb5f1a56c (patch)
tree607d506f7fac9d4edb24252e724d091299efe86f /_templates/header.html
parentc0862d44ac207e4584721017043d61e2dd993096 (diff)
add back syntax highlighting
Diffstat (limited to '_templates/header.html')
-rw-r--r--_templates/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_templates/header.html b/_templates/header.html
index bfd4deb..8ddb638 100644
--- a/_templates/header.html
+++ b/_templates/header.html
@@ -4,10 +4,10 @@
</h1>
<nav>
<a href="/about">about</a>
- <a href="/resume">resume</a>
+ <a href="/posts">blog</a>
<a href="/notes">notes</a>
- <a href="/posts">posts</a>
+ <a href="/resume">resume</a>
<a href="/writeups">writeups</a>
- <a href="https://wiki.toki.la">wiki</a>
+ <a href="/wiki">wiki</a>
</nav>
</header>