summaryrefslogtreecommitdiff
path: root/src/_includes/components/headerbar.njk
blob: e1601c47af7fb179f56478e582bb6a0cebac3f12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="headerbar">
	<div id="links">
		<p>||
		<a href="/">home</a>
		|
		<a href="/blog">blog</a>
		|
		<a href="https://github.com/getchoo">github</a>
		||
		</p>
	</div>
</div>