summaryrefslogtreecommitdiff
path: root/_templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to '_templates/header.html')
-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>