We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef3cd8 commit 86b13c9Copy full SHA for 86b13c9
assets/feed.xml
@@ -34,7 +34,7 @@ permalink: /feed.xml
34
<updated>{{ post.date | date_to_xmlschema }}</updated>
35
{% endif %}
36
<id>{{ post_absolute_url }}</id>
37
- <content src="{{ post_absolute_url }}" />
+ <content type="text/html" src="{{ post_absolute_url }}" />
38
<author>
39
<name>{{ post.author | default: site.social.name }}</name>
40
</author>
0 commit comments