aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..1f27e5a
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,17 @@
+<footer>
+ <p>This is my footer. There are many like it but this one is mine.</p>
+ <nav id="menu">
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/posts">Posts</a></li>
+ <li><a href="/wiki">Wiki</a></li>
+ <li><a href="/projects">Projects</a></li>
+ <li><a href="/colophon">Colophon</a></li>
+ <li><a href="/uses">Uses</a></li>
+ <li><a href="/pizza">Pizza</a></li>
+ <li><a href="/recipes">Recipes</a></li>
+ <li><a href="/now">Now</a></li>
+ <li><a href="/resume">Resume</a></li>
+ </ul>
+ </nav>
+</footer>