diff options
| -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 4fa12a6..759404b 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -14,7 +14,7 @@  <div id="top_bar">      <div id="top_bar_content">          <span class="righty"> -            {% comment %}<a href="/journal/">journal</a> {% endcomment %} +            <a href="http://journal.bnewbold.net">journal</a>               <a href="/photos/">photos</a>               <a href="http://git.bnewbold.net/">code</a>               <a href="http://know.bnewbold.net/">knowledge</a></span>  | 
