From c719dcba2d37f1814aa2bae55947d77453f70b9c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Feb 2007 21:58:59 -0800 Subject: fixed some xhtml nitty gritty, progress on git_wiki --- bn_django/templates/about.html | 3 ++- bn_django/templates/base.html | 12 +++++------- bn_django/templates/frontpage.html | 3 ++- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'bn_django/templates') diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html index ddca340..86755d5 100644 --- a/bn_django/templates/about.html +++ b/bn_django/templates/about.html @@ -10,7 +10,8 @@ {% block content %}

- + the author
the perp
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index e40c27e..819d556 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -3,23 +3,21 @@ {% block stylesheets %} - - - -{% endblock %} -{% block externaljs %} - + + + {% endblock %} +{% block externaljs %} {% endblock %} {% block windowtitle %}bryannewbold.com{% endblock %}
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index 057d0c8..dc3f450 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -60,7 +60,8 @@ None yet! {% if latest_photos %}
{% for photo in latest_photos %} - +{{ photo.title }}
{% endfor %}
-- cgit v1.2.3