tangled
alpha
login
or
join now
quilling.dev
/
social-app
7
fork
atom
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
style: remove trailing spaces
Caidan Williams
6 months ago
d7c180db
f5079b81
+6
-6
1 changed file
expand all
collapse all
unified
split
bskyweb
templates
feed.html
+6
-6
bskyweb/templates/feed.html
···
16
16
<meta property="og:url" content="{{ requestURI }}">
17
17
<link rel="canonical" href="{{ requestURI|canonicalize_url }}" />
18
18
{% endif -%}
19
19
-
19
19
+
20
20
{%- if feedView.DisplayName %}
21
21
<meta property="og:title" content="{{ feedView.DisplayName }} by @{{ feedView.Creator.Handle }}">
22
22
{% else %}
23
23
<meta property="og:title" content="Feed by @{{ feedView.Creator.Handle }}">
24
24
{% endif -%}
25
25
-
25
25
+
26
26
{%- if feedView.Description %}
27
27
<meta name="description" content="{{ feedView.Description }}">
28
28
<meta property="og:description" content="{{ feedView.Description }}">
29
29
<meta property="twitter:description" content="{{ feedView.Description }}">
30
30
{% endif -%}
31
31
-
31
31
+
32
32
{%- if feedView.Avatar %}
33
33
<meta property="og:image" content="{{ feedView.Avatar }}">
34
34
<meta property="twitter:image" content="{{ feedView.Avatar }}">
35
35
<meta name="twitter:card" content="summary">
36
36
{% endif %}
37
37
-
37
37
+
38
38
<meta name="twitter:label1" content="Created by">
39
39
<meta name="twitter:value1" content="@{{ feedView.Creator.Handle }}">
40
40
-
40
40
+
41
41
<link rel="alternate" href="{{ feedView.Uri }}" />
42
42
{% endif -%}
43
43
{%- endblock %}
···
51
51
<p id="bsky_feed_description">{{ feedView.Description }}</p>
52
52
</div>
53
53
{% endif -%}
54
54
-
{%- endblock %}
54
54
+
{%- endblock %}