diff options
Diffstat (limited to '_templates/header.html')
-rw-r--r-- | _templates/header.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_templates/header.html b/_templates/header.html new file mode 100644 index 0000000..bfd4deb --- /dev/null +++ b/_templates/header.html @@ -0,0 +1,13 @@ +<header> + <h1> + <a href="/">apropos</a> + </h1> + <nav> + <a href="/about">about</a> + <a href="/resume">resume</a> + <a href="/notes">notes</a> + <a href="/posts">posts</a> + <a href="/writeups">writeups</a> + <a href="https://wiki.toki.la">wiki</a> + </nav> +</header> |