diff --git a/app/templates/articles.html b/app/templates/articles.html
index e8d5514..459492d 100644
--- a/app/templates/articles.html
+++ b/app/templates/articles.html
@@ -11,8 +11,8 @@
{% for outbox_object in objects %}
- -
- {{ outbox_object.ap_published_at.strftime("%b %d, %Y") }} {{ outbox_object.name }}
+
-
+ {{ outbox_object.name }}
{% endfor %}