File diff 6dcb9d35e347 → c7a8375002fe
www/conservancy/templates/blog/entry_list.html
Show inline comments
...
 
@@ -13,7 +13,6 @@
 
{% endif %}
 

	
 
{% for entry in blog_entries %}
 
    <p class="date">{{ entry.pub_date|date:"F j, Y" }} by {{ entry.author.formal_name }}</p>
 
    <h3><a href="{{ entry.get_absolute_url }}">{{ entry.headline|safe }}</a></h3>
 
        {{ entry.body|safe }}
 
    <p class="date small">Posted by <strong>{{ entry.author.formal_name}}</strong> on {{ entry.pub_date|date:"F j, Y" }}</p>