diff options
-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. |