aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2009-12-02 19:56:40 -0500
committerbnewbold <bnewbold@ziggy.(none)>2009-12-02 19:56:40 -0500
commit1c16982517d227c3eb626920d0b10b5093dafa51 (patch)
treecb6d1855e325889cd4e164fa8ff94a9ab1aed55b /bn_django
parent2cf6f6b88b01628f5400019887b64b405e38791d (diff)
downloadbnewnet-1c16982517d227c3eb626920d0b10b5093dafa51.tar.gz
bnewnet-1c16982517d227c3eb626920d0b10b5093dafa51.zip
oneline footer
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/templates/base.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index f4d9fa9..4fa12a6 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -52,15 +52,12 @@ Here lies content!
</div>
{% block commentary %} {% endblock %}
<div class="content_footer" id="footer">
-<b>
&nbsp;
<a href="/">home</a> &nbsp;&nbsp;
<a href="/about/">about</a> &nbsp;&nbsp;
<a href="/credits/">credits</a> &nbsp;&nbsp;
-<a href="mailto:webmeisterATbnewbold.net">email the webmaster</a>
-</b>
-<br />
-produced in 2007 by bryan newbold, <a href="/copyright/">all rights ignored</a>
+<a href="mailto:webmeisterATbnewbold.net">email the webmaster</a> &nbsp;&nbsp;
+produced 2007-2009 by bryan newbold, <a href="/copyright/">all rights ignored</a>
</div>
</body>
</html>