diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 446e2304..82383364 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -46,14 +46,14 @@ {% else %} + id="img-{{ post.id }}" data-subject="{% if post.subject %}{{ post.subject|e }}{% endif %}" data-name="{{ post.name|e }}" data-muhdifference="{{ post.muhdifference }}" class="{{post.board}} thread-image" title="{{post.bump|date('%b %d %H:%M')}}">
R: {{ post.reply_count }} / I: {{ post.image_count }} {% if post.subject %}

- {{ post.subject }} + {{ post.subject|e }}

{% else %}