From 0ec522d897d5554b35f8488641f875d954ab310d Mon Sep 17 00:00:00 2001 From: Jack Byrne Date: Fri, 9 Sep 2022 13:24:01 +0100 Subject: [PATCH] Remove thumbnail on /post pages for text (self) posts The thumbnail is ugly and as far as I can tell pointless, so it should be removed. --- files/templates/submission.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index d8c496b3e..ba85052de 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -133,12 +133,6 @@
- {% if not p.is_image and p.thumb_url and not p.embed_url %} -
- Unable to load image -
- {% endif %} -