agdj/core/templates/blog/blog.html
changeset 417 41bb13fc4f7d
parent 337 ed20c669d57c
child 492 0abb277164fc
     1.1 --- a/agdj/core/templates/blog/blog.html	Thu Sep 11 17:56:44 2008 -0400
     1.2 +++ b/agdj/core/templates/blog/blog.html	Sun Feb 01 02:05:35 2009 -0500
     1.3 @@ -6,9 +6,7 @@
     1.4  <link rel="alternate" title="Adam Gomaa's Blog Feed" href="/blog/feed/" type="application/rss+xml">
     1.5  {% endblock rss %}
     1.6  
     1.7 -
     1.8  {% block header %}
     1.9  <h1><a href="/">My</a> <a href="{% url agdj.blog.views.post_list %}">Blog</a></h1>
    1.10  {% endblock %}
    1.11  
    1.12 -{% block appcss %}{% endblock %}