aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r--bn_django/templates/base.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index 6ccdc7f..d67b18f 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -22,15 +22,17 @@
<link rel="alternate stylesheet" type="text/css"
href="/static/style/flexy-nuts-serif.css" title="flexy-nuts-serif" />
{% endblock %}
-{% block externaljs %} {% endblock %}
+{% block externaljs %} {% endblock %} {% block otherhead %} {% endblock %}
<title>{% block windowtitle %}bnewbold.net{% endblock %}</title>
</head>
<body>
<div id="top_bar">
<div id="top_bar_content">
- <span class="righty"><a href="/knowledge/">knowledge</a>&nbsp;
+ <span class="righty">
+ <a href="/journal/">journal</a>&nbsp;
<a href="/photos/">photos</a>&nbsp;
- <a href="/code/">code</a></span>
+ <a href="/code/">code</a>&nbsp;
+ <a href="/knowledge/">knowledge</a></span>
<span class="lefty"><a href="/">bnewbold.net</a></span>
</div>
</div>