summaryrefslogtreecommitdiff
path: root/src/_includes/components/headerbar.njk
diff options
context:
space:
mode:
Diffstat (limited to 'src/_includes/components/headerbar.njk')
-rw-r--r--src/_includes/components/headerbar.njk7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_includes/components/headerbar.njk b/src/_includes/components/headerbar.njk
new file mode 100644
index 0000000..8b211c3
--- /dev/null
+++ b/src/_includes/components/headerbar.njk
@@ -0,0 +1,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> \ No newline at end of file