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