diff options
| author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-02-23 15:34:05 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-02-23 15:34:05 -0800 | 
| commit | 7abb2d0bad89938ef63585cd4e412fabb4d844f3 (patch) | |
| tree | c88e31ff081c63f902c29853fa83cf0ca03f8586 /bn_django | |
| parent | 822a11f6cdfb3b5f156d2b20e1b46576c15b38f2 (diff) | |
| download | bnewnet-7abb2d0bad89938ef63585cd4e412fabb4d844f3.tar.gz bnewnet-7abb2d0bad89938ef63585cd4e412fabb4d844f3.zip | |
static fixes
Diffstat (limited to 'bn_django')
| -rw-r--r-- | bn_django/templates/about.html | 1 | ||||
| -rw-r--r-- | bn_django/templates/base.html | 2 | ||||
| -rw-r--r-- | bn_django/templates/copyright.html | 1 | ||||
| -rw-r--r-- | bn_django/templates/credits.html | 1 | 
4 files changed, 4 insertions, 1 deletions
| diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html index 1fcd7aa..f1f211d 100644 --- a/bn_django/templates/about.html +++ b/bn_django/templates/about.html @@ -8,6 +8,7 @@  {% endblock %}  {% block content %} +<br />  <p />  <div class="righty_content">      <img src="/static/img/orange_small.jpg"  diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index d67b18f..8fb9564 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -31,7 +31,7 @@          <span class="righty">              <a href="/journal/">journal</a>               <a href="/photos/">photos</a>  -            <a href="/code/">code</a>  +            <a href="http://git.bnewbold.net/">code</a>               <a href="/knowledge/">knowledge</a></span>          <span class="lefty"><a href="/">bnewbold.net</a></span>      </div> diff --git a/bn_django/templates/copyright.html b/bn_django/templates/copyright.html index 142cdc6..92962ef 100644 --- a/bn_django/templates/copyright.html +++ b/bn_django/templates/copyright.html @@ -6,6 +6,7 @@  {% endblock %}  {% block content %} +<br />  <p />I'm not a big fan of copyrights or licensing. Feel free to use the content and code from this website however you please. I would appreciate attribution or at least letting me know if you're doing something cool, but it's not required.  <p />If I had to chose a licence it would probably be MIT or BSD style.  <p />I don't think i've violated any other person's rights, but if you think something is a copied and/or unattributed drop a dime! diff --git a/bn_django/templates/credits.html b/bn_django/templates/credits.html index d1322b9..6447981 100644 --- a/bn_django/templates/credits.html +++ b/bn_django/templates/credits.html @@ -6,6 +6,7 @@  {% endblock %}  {% block content %} +<br />  This site uses a variety of delicious software!  <h3>operating system</h3>  <p />It's <a href="http://freebsd.org">freeBSD</a> under the hood when not hosted elsewhere. | 
