From 19b08a8ef2a84b8e6bf7a2f693dcfa6a078e3d45 Mon Sep 17 00:00:00 2001 From: 8chan Date: Mon, 15 Sep 2014 14:29:39 +0000 Subject: [PATCH] Subjects in catalog --- templates/themes/catalog/catalog.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 }}