From b0933b6047540d929ecf5e4f34b96e292cbe9852 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 10 Apr 2024 13:56:30 +0200 Subject: [PATCH] fix blind embeds on mobile --- files/templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/post.html b/files/templates/post.html index 2673f84a4..ed50759c8 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -159,7 +159,7 @@ {% elif p.domain == 'teamblind.com' %} {% set id = p.url.split('-')[-1] %} {% if id %} - + {% endif %} {% elif p.domain == 'instagram.com' %} {% set path = p.url.split('https://instagram.com/')[1].rstrip('/') %}