add oEmbed links to public post HTML meta headers (#3522)
This commit is contained in:
parent
58842d03a9
commit
bb67757094
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
<meta name="twitter:label1" content="Posted At">
|
||||
<meta name="twitter:value1" content="{{ postView.IndexedAt }}">
|
||||
<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 }}" />
|
||||
{% endif -%}
|
||||
{%- endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue