We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961a4a9 commit 351d34fCopy full SHA for 351d34f
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