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>
|
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<id>{{ post_absolute_url }}</id>
|
<id>{{ post_absolute_url }}</id>
|
||||||
<content src="{{ post_absolute_url }}" />
|
<content type="text/html" src="{{ post_absolute_url }}" />
|
||||||
<author>
|
<author>
|
||||||
<name>{{ post.author | default: site.social.name }}</name>
|
<name>{{ post.author | default: site.social.name }}</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
Loading…
Reference in a new issue