Add AT URIs as alternate links (#6033)
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
<meta name="article:published_time" content="{{ postView.IndexedAt }}">
|
<meta name="article:published_time" 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 }}" />
|
<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 -%}
|
{% endif -%}
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
{%- if requestHost %}
|
{%- if requestHost %}
|
||||||
<link rel="alternate" type="application/rss+xml" href="https://{{ requestHost }}/profile/{{ profileView.Did }}/rss">
|
<link rel="alternate" type="application/rss+xml" href="https://{{ requestHost }}/profile/{{ profileView.Did }}/rss">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<link rel="alternate" href="at://{{ profileView.Did }}" />
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user