diff options
| author | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 19:56:40 -0500 | 
|---|---|---|
| committer | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 19:56:40 -0500 | 
| commit | 1c16982517d227c3eb626920d0b10b5093dafa51 (patch) | |
| tree | cb6d1855e325889cd4e164fa8ff94a9ab1aed55b | |
| parent | 2cf6f6b88b01628f5400019887b64b405e38791d (diff) | |
| download | bnewnet-1c16982517d227c3eb626920d0b10b5093dafa51.tar.gz bnewnet-1c16982517d227c3eb626920d0b10b5093dafa51.zip  | |
oneline footer
| -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>  | 
