forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-26 23:19:03 +02:00
parent dcbae397ac
commit cbb577876a
1 changed files with 1 additions and 1 deletions

View File

@ -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" %}