summaryrefslogtreecommitdiff
path: root/_templates/header.html
blob: d6547e701b4fd9039f97da9329e392994768a203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<header>
	<h1>
		<a href="/">apropos</a>
	</h1>
	<nav>
		<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>