From cbb577876af4cdb55241c88b3369fa2d36299131 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 26 Aug 2021 23:19:03 +0200 Subject: [PATCH] fdfd --- files/templates/submission.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 8140f18e9..b37f9fe12 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -318,7 +318,7 @@ {% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %} {% include "embeds/twitterlight.html" %} - {% elif "twitter.com" in p.domain %} + {% elif "twitter.com" in p.domain and "/search?q=" not in p.url %} {% include "embeds/twitter.html" %} {% elif "youtu" in p.domain %} {% include "embeds/youtube.html" %}