File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
< meta property ="og:url " content ="{{ requestURI }} ">
17
17
< link rel ="canonical " href ="{{ requestURI|canonicalize_url }} " />
18
18
{% endif -%}
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
+
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
+
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
+
38
38
< meta name ="twitter:label1 " content ="Created by ">
39
39
< meta name ="twitter:value1 " content ="@{{ feedView.Creator.Handle }} ">
40
-
40
+
41
41
< link rel ="alternate " href ="{{ feedView.Uri }} " />
42
42
{% endif -%}
43
43
{%- endblock %}
@@ -51,4 +51,4 @@ <h3>Feed</h3>
51
51
< p id ="bsky_feed_description "> {{ feedView.Description }}</ p >
52
52
</ div >
53
53
{% endif -%}
54
- {%- endblock %}
54
+ {%- endblock %}
You can’t perform that action at this time.
0 commit comments