summaryrefslogtreecommitdiffstats
path: root/src/templates/nav.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-14 01:22:31 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-14 01:27:05 +0200
commitd9ae9febd9668f89c8694b66d7a0323027d416b2 (patch)
tree20d40d7b9e939c90eb7cd8b09fb7f076722c3443 /src/templates/nav.html
parentfd1c56a9763ab2da0edcfdfbafc51db369c3950f (diff)
downloadwebsite-d9ae9febd9668f89c8694b66d7a0323027d416b2.tar.xz
redo website using bupa, ReST, and jinja templates
Diffstat (limited to 'src/templates/nav.html')
-rw-r--r--src/templates/nav.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/templates/nav.html b/src/templates/nav.html
new file mode 100644
index 0000000..e40b4ed
--- /dev/null
+++ b/src/templates/nav.html
@@ -0,0 +1,7 @@
+<nav>
+ <ul>
+ <li><a href="index.html">~kyrias/</a></li>
+ <li><a href="journal.html">journal/</a></li>
+ <li><a href="about.html">about/</a></li>
+ </ul>
+</nav>