mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
chore: improve feed interoperability (#2024)
This commit is contained in:
parent
4ef3cd8efc
commit
86b13c917f
@ -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…
x
Reference in New Issue
Block a user