diff --git a/hub/services/templates/services/article_detail.html b/hub/services/templates/services/article_detail.html index 3727c08..3d864e8 100644 --- a/hub/services/templates/services/article_detail.html +++ b/hub/services/templates/services/article_detail.html @@ -97,15 +97,32 @@
{{ related_article.excerpt|truncatewords:15 }}
- {{ related_article.created_at|date:"M d, Y" }} ++ + By {{ related_article.author.get_full_name|default:related_article.author.username }} + + + {{ related_article.article_date|date:"M d, Y" }} + +
+{{ related_article.excerpt|truncatewords:15 }}
+