style: remove trailing spaces
This commit is contained in:
@@ -16,28 +16,28 @@
|
|||||||
<meta property="og:url" content="{{ requestURI }}">
|
<meta property="og:url" content="{{ requestURI }}">
|
||||||
<link rel="canonical" href="{{ requestURI|canonicalize_url }}" />
|
<link rel="canonical" href="{{ requestURI|canonicalize_url }}" />
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
{%- if feedView.DisplayName %}
|
{%- if feedView.DisplayName %}
|
||||||
<meta property="og:title" content="{{ feedView.DisplayName }} by @{{ feedView.Creator.Handle }}">
|
<meta property="og:title" content="{{ feedView.DisplayName }} by @{{ feedView.Creator.Handle }}">
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta property="og:title" content="Feed by @{{ feedView.Creator.Handle }}">
|
<meta property="og:title" content="Feed by @{{ feedView.Creator.Handle }}">
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
{%- if feedView.Description %}
|
{%- if feedView.Description %}
|
||||||
<meta name="description" content="{{ feedView.Description }}">
|
<meta name="description" content="{{ feedView.Description }}">
|
||||||
<meta property="og:description" content="{{ feedView.Description }}">
|
<meta property="og:description" content="{{ feedView.Description }}">
|
||||||
<meta property="twitter:description" content="{{ feedView.Description }}">
|
<meta property="twitter:description" content="{{ feedView.Description }}">
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
{%- if feedView.Avatar %}
|
{%- if feedView.Avatar %}
|
||||||
<meta property="og:image" content="{{ feedView.Avatar }}">
|
<meta property="og:image" content="{{ feedView.Avatar }}">
|
||||||
<meta property="twitter:image" content="{{ feedView.Avatar }}">
|
<meta property="twitter:image" content="{{ feedView.Avatar }}">
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<meta name="twitter:label1" content="Created by">
|
<meta name="twitter:label1" content="Created by">
|
||||||
<meta name="twitter:value1" content="@{{ feedView.Creator.Handle }}">
|
<meta name="twitter:value1" content="@{{ feedView.Creator.Handle }}">
|
||||||
|
|
||||||
<link rel="alternate" href="{{ feedView.Uri }}" />
|
<link rel="alternate" href="{{ feedView.Uri }}" />
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
@@ -51,4 +51,4 @@
|
|||||||
<p id="bsky_feed_description">{{ feedView.Description }}</p>
|
<p id="bsky_feed_description">{{ feedView.Description }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user