summaryrefslogtreecommitdiff
path: root/_templates
diff options
context:
space:
mode:
authorJJ2024-08-30 19:52:18 +0000
committerJJ2024-08-30 19:52:18 +0000
commit5d38fcaa1fb994bec9907a660f794eab08fc7b1d (patch)
tree7c26994058bb166a34211b0132dcf4f66c07df29 /_templates
parent1caf031ca2aa2ec93c74a0ed53caa3d16e9b4370 (diff)
remove direct links to pii
Diffstat (limited to '_templates')
-rw-r--r--_templates/header.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/_templates/header.html b/_templates/header.html
index 8ddb638..d6547e7 100644
--- a/_templates/header.html
+++ b/_templates/header.html
@@ -3,11 +3,10 @@
<a href="/">apropos</a>
</h1>
<nav>
- <a href="/about">about</a>
- <a href="/posts">blog</a>
- <a href="/notes">notes</a>
- <a href="/resume">resume</a>
- <a href="/writeups">writeups</a>
- <a href="/wiki">wiki</a>
+ <a id="about" href="/about">about</a>
+ <a id="posts" href="/posts">blog</a>
+ <a id="notes" href="/notes">notes</a>
+ <a id="writeups" href="/writeups">writeups</a>
+ <a id="wiki" href="/wiki">wiki</a>
</nav>
</header>