diff --git a/app/templates/articles.html b/app/templates/articles.html index 32c9793..3eeb5ee 100644 --- a/app/templates/articles.html +++ b/app/templates/articles.html @@ -12,7 +12,7 @@ {% for outbox_object in objects %}
  • - {{ outbox_object.ap_published_at.strftime("%Y-%m-%d") }} {{ outbox_object.name }} + {{ outbox_object.ap_published_at.strftime("%b %d, %Y") }} {{ outbox_object.name }}
  • {% endfor %}