aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@charm.mit.edu>2008-03-02 21:50:35 -0500
committerBryan Newbold <bnewbold@charm.mit.edu>2008-03-02 21:50:35 -0500
commit4c1e57f99caa6995b5a0c4fc362f10ac57d2557d (patch)
tree09abbdb2790ba98c1c8a7d91d3cf22b243b694f0 /bn_django
parentc3ce21b633f71c7614f0878c1076408ea33ef8fe (diff)
downloadbnewnet-4c1e57f99caa6995b5a0c4fc362f10ac57d2557d.tar.gz
bnewnet-4c1e57f99caa6995b5a0c4fc362f10ac57d2557d.zip
fixed a bunch of trailing '/' links
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/photos/templates/photos/gallery_detail.html2
-rw-r--r--bn_django/templates/about.html8
-rw-r--r--bn_django/templates/base.html16
3 files changed, 11 insertions, 15 deletions
diff --git a/bn_django/photos/templates/photos/gallery_detail.html b/bn_django/photos/templates/photos/gallery_detail.html
index 2de76d7..6720204 100644
--- a/bn_django/photos/templates/photos/gallery_detail.html
+++ b/bn_django/photos/templates/photos/gallery_detail.html
@@ -15,7 +15,7 @@
<table width="100%" class="thumbs">
{% for item in object.photo_set.all %} {% cycle <tr/>,&nbsp;,&nbsp;,&nbsp; %}
<td class="photo_thumb">
- <a href="../detail/{{ item.id }}">
+ <a href="../detail/{{ item.id }}/">
<img src="{{ item.thumburl }}"
alt="{{ item.title }}" />
</td> {% endfor %}
diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html
index e48d2c8..479c078 100644
--- a/bn_django/templates/about.html
+++ b/bn_django/templates/about.html
@@ -17,10 +17,10 @@
</div>
This website is the web presence of Bryan Newbold. It serves as a:
<dl>
- <dt /><a href="/knowledge">brain dump</a>
+ <dt /><a href="/knowledge/">brain dump</a>
<dd /> so I won't forget
- <dt /><a href="/photos">photo gallery</a>
- <dt /><a href="/code">browsable code repository</a>
+ <dt /><a href="/photos/">photo gallery</a>
+ <dt /><a href="/code/">browsable code repository</a>
<dd /> so people (including myself!) don't have to rewrite
<dt />home for other projects
<dd /> like... hhmmmmm
@@ -28,7 +28,7 @@ This website is the web presence of Bryan Newbold. It serves as a:
<dd /> (most importantly!)
</dl>
<p />
-If you're curious about the technology that runs the site, see the <a href="/credits">credits</a>.
+If you're curious about the technology that runs the site, see the <a href="/credits/">credits</a>.
<br />
<br />
<br />
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>