saudade/blog/templates/blog/post_archive_day.html
| changeset 0: |
ecb4d6b006b7 |
| author: |
Jason Moiron <jmoiron@jmoiron.net> |
| date: |
Thu Jul 10 03:09:57 2008 -0400 (3 years ago) |
| permissions: |
-rw-r--r-- |
| description: |
initial checkin; totally revamped organization |
1{% extends "base.html" %} 6 <h2> posts for
{{ day }} </h2> 11 {% for object in object_list %} 13 <th style="text-align: left;"><a href="{{ object.slug }}">{{ object.title }}</a></th> 14 <td>{% for tag in object.tags.all %}{{ tag.get_link }} {% if not forloop.last %},
{% endif %}{% endfor %}</td> 15 <td>{{ object.pub_date }}</td>