diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index a4cb3933..6dd683cf 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -55,8 +55,18 @@

- R: {{ post.reply_count }} / I: {{ post.image_count }}
- {{ post.body }} + R: {{ post.reply_count }} / I: {{ post.image_count }} + {% if post.subject %} +

+ + {{ post.subject }} + +

+ {% else %} +
+ {% endif %} + + {{ post.body }}