aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/templates/index-tail
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-06-06 10:16:50 -0500
committerMatt Rude <[email protected]>2011-06-06 10:16:50 -0500
commit9f42ead8f1931bd1a0172f3f2322ac7089352aaf (patch)
treefd214bbc5ed6e016a8aff1bdaa93cfd624b5d65a /scripts/templates/index-tail
parentbcb63868c69efbccff59dadf5957b7fc3b31ebe8 (diff)
downloadtime.mattrude.com-9f42ead8f1931bd1a0172f3f2322ac7089352aaf.tar.gz
time.mattrude.com-9f42ead8f1931bd1a0172f3f2322ac7089352aaf.tar.bz2
time.mattrude.com-9f42ead8f1931bd1a0172f3f2322ac7089352aaf.zip
Adding links to footer of pages, fixes #2
Diffstat (limited to 'scripts/templates/index-tail')
-rw-r--r--scripts/templates/index-tail11
1 files changed, 8 insertions, 3 deletions
diff --git a/scripts/templates/index-tail b/scripts/templates/index-tail
index d6134f2..4dcdf53 100644
--- a/scripts/templates/index-tail
+++ b/scripts/templates/index-tail
@@ -1,8 +1,13 @@
<p>
</div>
-<div class="footer">
- <p>Copyright &copy; 2009 &mdash; 2011 by <a href='http://mattrude.com'>Matt Rude</a></p>
-</div>
+ <div id="footer">
+ <div class="footer-left">
+ <p><a href='http://time.mattrude.com'>Home</a> | <a href='/status/'>Status</a> | Documentation | <a href='https://github.com/mattrude/time.mattrude.com'>Source</a>
+ </div>
+ <div class="footer-right">
+ <p>Copyright &copy; 2009 &mdash; 2011 by <a href='http://mattrude.com'>Matt Rude</a></p>
+ </div>
+ </div>
</div>
</body>
</html>