aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r--bn_django/templates/base.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index d01bf5e..689a914 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -29,10 +29,9 @@
<body>
<div id="top_bar">
<div id="top_bar_content">
- <span class="righty"><a href="/knowledge">knowledge</a>&nbsp;
- <a href="/photos">photos</a>&nbsp;
- <a href="/code">code</a></span>
- <!-- <a href="/projects">projects</a> -->
+ <span class="righty"><a href="/knowledge/">knowledge</a>&nbsp;
+ <a href="/photos/">photos</a>&nbsp;
+ <a href="/code/">code</a></span>
<span class="lefty"><a href="/">bryannewbold.com</a></span>
</div>
</div>
@@ -79,15 +78,12 @@ Here lies content!
<b>
&nbsp;
<a href="/">home</a> &nbsp;&nbsp;
-<a href="/about">about</a> &nbsp;&nbsp;
-<a href="/credits">credits</a> &nbsp;&nbsp;
+<a href="/about/">about</a> &nbsp;&nbsp;
+<a href="/credits/">credits</a> &nbsp;&nbsp;
<a href="mailto:webmeisterATbryannewbold.com">email the webmaster</a>
-<!--
-&nbsp;&nbsp;
-<a href="http://web.mit.edu/">hosted by MIT</a> &nbsp; -->
</b>
<br />
-produced in 2007 by bryan newbold, <a href="/copyright">all rights ignored</a>
+produced in 2007 by bryan newbold, <a href="/copyright/">all rights ignored</a>
</div>
</body>
</html>