diff options
author | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-03-02 21:50:35 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-03-02 21:50:35 -0500 |
commit | 4c1e57f99caa6995b5a0c4fc362f10ac57d2557d (patch) | |
tree | 09abbdb2790ba98c1c8a7d91d3cf22b243b694f0 /bn_django/templates/base.html | |
parent | c3ce21b633f71c7614f0878c1076408ea33ef8fe (diff) | |
download | bnewnet-4c1e57f99caa6995b5a0c4fc362f10ac57d2557d.tar.gz bnewnet-4c1e57f99caa6995b5a0c4fc362f10ac57d2557d.zip |
fixed a bunch of trailing '/' links
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 16 |
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> - <a href="/photos">photos</a> - <a href="/code">code</a></span> - <!-- <a href="/projects">projects</a> --> + <span class="righty"><a href="/knowledge/">knowledge</a> + <a href="/photos/">photos</a> + <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> <a href="/">home</a> -<a href="/about">about</a> -<a href="/credits">credits</a> +<a href="/about/">about</a> +<a href="/credits/">credits</a> <a href="mailto:webmeisterATbryannewbold.com">email the webmaster</a> -<!-- - -<a href="http://web.mit.edu/">hosted by MIT</a> --> </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> |