diff --git a/www/conservancy/templates/blog/entry_archive_day.html b/www/conservancy/templates/blog/entry_archive_day.html index b0f76975..3a2b0ef3 100644 --- a/www/conservancy/templates/blog/entry_archive_day.html +++ b/www/conservancy/templates/blog/entry_archive_day.html @@ -10,8 +10,9 @@
Posted by {{ object.author.formal_name }} on {{ object.pub_date|date:"F j, Y" }}
- {% if object.tags.all %} {% endif %} +Posted by {{ object.author.formal_name }} on {{ object.pub_date|date:"F j, Y" }} + {% if object.tags.all %}
{% endfor %} {% endblock %} diff --git a/www/conservancy/templates/blog/entry_archive_month.html b/www/conservancy/templates/blog/entry_archive_month.html index f130f685..db40d377 100644 --- a/www/conservancy/templates/blog/entry_archive_month.html +++ b/www/conservancy/templates/blog/entry_archive_month.html @@ -10,8 +10,9 @@ {% endif %} +Posted by {{ object.author.formal_name }} on {{ object.pub_date|date:"F j, Y" }}
- {% if object.tags.all %} {% endif %} +Posted by {{ object.author.formal_name }} on {{ object.pub_date|date:"F j, Y" }} + {% if object.tags.all %}
{% endfor %} {% endblock %} diff --git a/www/conservancy/templates/blog/entry_list.html b/www/conservancy/templates/blog/entry_list.html index e37d28da..2d6c566b 100644 --- a/www/conservancy/templates/blog/entry_list.html +++ b/www/conservancy/templates/blog/entry_list.html @@ -15,8 +15,9 @@ {% for entry in blog_entries %} {% endif %} +Posted by {{ entry.author.formal_name}} on {{ entry.pub_date|date:"F j, Y" }}
- {% if entry.tags.all %} {% endif %} +Posted by {{ entry.author.formal_name }} on {{ entry.pub_date|date:"F j, Y" }} + {% if entry.tags.all %}
{% endfor %} {% endif %} +