summaryrefslogtreecommitdiff
path: root/_includes/header.html
blob: 832e2ec693ed3f961a96b3ecdcab02df2ac3ec44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>