agdj/core/templates/blog/blog.html
author Adam Gomaa <code@adam.gomaa.us>
Sun Feb 01 02:05:35 2009 -0500
changeset 417 41bb13fc4f7d
parent 337 ed20c669d57c
child 492 0abb277164fc
permissions -rw-r--r--
Move to a 2-column layout - comments on the right.
     1 {% extends "base.html" %}
     2 
     3 {% block title %}Adam Gomaa's Blog{% endblock %}
     4 
     5 {% block rss %}
     6 <link rel="alternate" title="Adam Gomaa's Blog Feed" href="/blog/feed/" type="application/rss+xml">
     7 {% endblock rss %}
     8 
     9 {% block header %}
    10 <h1><a href="/">My</a> <a href="{% url agdj.blog.views.post_list %}">Blog</a></h1>
    11 {% endblock %}
    12