diff --git a/templates/post_reply.html b/templates/post_reply.html
index 5f7c2619..450f8246 100644
--- a/templates/post_reply.html
+++ b/templates/post_reply.html
@@ -74,6 +74,7 @@
{% if post.thumb != 'file' and config.image_identification %}
,
+ io
{% if post.file|extension == 'jpg' %}
e
{% endif %}
diff --git a/templates/post_thread.html b/templates/post_thread.html
index 0ada3e70..72c841be 100644
--- a/templates/post_thread.html
+++ b/templates/post_thread.html
@@ -31,6 +31,7 @@
{% if post.thumb != 'file' and config.image_identification %}
,
+ io
{% if post.file|extension == 'jpg' %}
e
{% endif %}