diff --git a/files/templates/submission.html b/files/templates/submission.html index df6502864..beca7e983 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -108,6 +108,14 @@ {% if not v_forbid_deleted %}
+ {% if p.realurl(v) and not p.embed_url and not p.is_image and not p.is_video and not p.is_audio %} + +
+ {{p.realurl(v)}} + +
+
+ {% endif %} {% if p.embed_url %} {% if p.domain == "twitter.com" %} {{p.embed_url | safe}}