about summary refs log tree commit diff
path: root/bskyweb/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'bskyweb/templates/post.html')
-rw-r--r--bskyweb/templates/post.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html
index d1fbea0ac..f6f03c7ee 100644
--- a/bskyweb/templates/post.html
+++ b/bskyweb/templates/post.html
@@ -38,6 +38,7 @@
   <meta name="article:published_time" content="{{ postView.IndexedAt }}">
   <meta name="article:published_time" content="{{ postView.IndexedAt }}">
   <link rel="alternate" type="application/json+oembed" href="https://embed.bsky.app/oembed?format=json&url={{ postView.Uri | urlencode }}" />
+  <link rel="alternate" href="{{ postView.Uri }}" />
 {% endif -%}
 {%- endblock %}