From bb677570946bdf8810c6511c6bc5b9bab1241384 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 13 Apr 2024 12:21:59 -0700 Subject: [PATCH] add oEmbed links to public post HTML meta headers (#3522) --- bskyweb/templates/post.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index af6b768b..d1fbea0a 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -36,6 +36,8 @@ + + {% endif -%} {%- endblock %}