diff options
Diffstat (limited to 'bn_django')
| -rw-r--r-- | bn_django/templates/base.html | 7 | 
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>     <a href="/">home</a>     <a href="/about/">about</a>     <a href="/credits/">credits</a>    -<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>    +produced 2007-2009 by bryan newbold, <a href="/copyright/">all rights ignored</a>  </div>  </body>  </html>  | 
