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/templates/base.html | |
parent | 822a11f6cdfb3b5f156d2b20e1b46576c15b38f2 (diff) | |
download | bnewnet-7abb2d0bad89938ef63585cd4e412fabb4d844f3.tar.gz bnewnet-7abb2d0bad89938ef63585cd4e412fabb4d844f3.zip |
static fixes
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |