chore: improve feed interoperability (#2024)
This commit is contained in:
parent
4ef3cd8efc
commit
86b13c917f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue