summaryrefslogtreecommitdiff
path: root/themes/plaintext/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/plaintext/layouts/partials/header.html')
-rw-r--r--themes/plaintext/layouts/partials/header.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/plaintext/layouts/partials/header.html b/themes/plaintext/layouts/partials/header.html
new file mode 100644
index 0000000..b96bd36
--- /dev/null
+++ b/themes/plaintext/layouts/partials/header.html
@@ -0,0 +1,9 @@
+<nav>
+ <p>
+ [<a href="/">blog</a>]
+ [<a href="http://github.com/moiaune">projects</a>]
+ [<a href="http://ipv4.claw0ry.net">ipv4</a>]
+ [<a href="http://ipv6.claw0ry.net">ipv6</a>]
+ [<a href="{{.Site.BaseURL}}index.xml">rss</a>]
+ </p>
+</nav>