From 517095b99aae9cf6347a2b32eccd5050841ac95f Mon Sep 17 00:00:00 2001 From: Jaz Date: Sun, 20 Oct 2024 01:17:53 -0700 Subject: [PATCH] Use twitter:image tag as well as og:image to support multiple images in embeds maybe --- bskyweb/templates/post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index b6688e35bb..80a5f6be72 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -28,6 +28,7 @@ {%- if imgThumbUrls %} {% for imgThumbUrl in imgThumbUrls %} + {% endfor %} {%- elif postView.Author.Avatar %}