diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-02-01 06:25:10 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-02-01 06:25:10 -0500 |
commit | c7b29da94d3b85ec91f0d5e2789db11a43473df5 (patch) | |
tree | a5502674da4a9ed8367f911112d34c094481e83c /bn_django/templates/base.html | |
parent | 0988ee83c8a8b24801624beae78ceba1bfa82d07 (diff) | |
download | bnewnet-c7b29da94d3b85ec91f0d5e2789db11a43473df5.tar.gz bnewnet-c7b29da94d3b85ec91f0d5e2789db11a43473df5.zip |
lots went on:
* rss feeds
* some admin interface stuff
* blah
running issues:
* admin interface with model inheretence?
* rss feeds: unicode cool?
* proper year/month implementation (don't want day)
* right side bar info
* dating issue (datetime vs date)
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 8 |
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> + <span class="righty"> + <a href="/journal/">journal</a> <a href="/photos/">photos</a> - <a href="/code/">code</a></span> + <a href="/code/">code</a> + <a href="/knowledge/">knowledge</a></span> <span class="lefty"><a href="/">bnewbold.net</a></span> </div> </div> |