diff --git a/templates/last_articles.html b/templates/last_articles.html index 121cbfa..8409e0a 100644 --- a/templates/last_articles.html +++ b/templates/last_articles.html @@ -22,7 +22,8 @@ {% for author in article.authors %} {{ author }} {% endfor %} - on {{ article.locale_date }} + on {{ article.locale_date }}
+ Category: {{ article.category }}

{% include 'comments.html' %}