| changeset 419 | b16f4fab397a |
| parent 416 | 5a586a8c2f8f |
| child 428 | 4ac33706b74f |
1.1 --- a/agdj/core/templates/blog/post_list.html Sun Feb 01 01:35:02 2009 -0500 1.2 +++ b/agdj/core/templates/blog/post_list.html Sun Feb 01 02:55:17 2009 -0500 1.3 @@ -2,6 +2,11 @@ 1.4 {% load cache %} 1.5 1.6 {% block content %} 1.7 + 1.8 +<div>My 10 most recent posts are listed here. You can 1.9 + <a href="{% url blog-archive %}">view the archive</a> for earlier 1.10 + entries.</div> 1.11 + 1.12 {% for object in posts %} 1.13 {% include "blog/render_post_summary.html" %} 1.14 {% endfor %}