chore: improve feed interoperability (#2024)

This commit is contained in:
Alexander Fuks 2024-11-01 14:39:03 +04:00 committed by GitHub
parent 4ef3cd8efc
commit 86b13c917f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ permalink: /feed.xml
<updated>{{ post.date | date_to_xmlschema }}</updated>
{% endif %}
<id>{{ post_absolute_url }}</id>
<content src="{{ post_absolute_url }}" />
<content type="text/html" src="{{ post_absolute_url }}" />
<author>
<name>{{ post.author | default: site.social.name }}</name>
</author>