Skip to content

Commit 86b13c9

Browse files
authored
chore: improve feed interoperability (cotes2020#2024)
1 parent 4ef3cd8 commit 86b13c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permalink: /feed.xml
3434
<updated>{{ post.date | date_to_xmlschema }}</updated>
3535
{% endif %}
3636
<id>{{ post_absolute_url }}</id>
37-
<content src="{{ post_absolute_url }}" />
37+
<content type="text/html" src="{{ post_absolute_url }}" />
3838
<author>
3939
<name>{{ post.author | default: site.social.name }}</name>
4040
</author>

0 commit comments

Comments
 (0)