Skip to content

Commit 3252309

Browse files
committed
chore: improve feed interoperability
1 parent 4ef3cd8 commit 3252309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/feed.xml

Lines changed: 1 addition & 1 deletion
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)