readd: enclosure tag
This commit is contained in:
parent
6f6b369ea5
commit
24ab4d5862
1 changed files with 1 additions and 2 deletions
3
atom.xml
3
atom.xml
|
@ -18,8 +18,7 @@ layout: null
|
|||
{% for post in site.posts limit: 10 %}
|
||||
|
||||
<entry>
|
||||
<media:thumbnail xmlns:media="https://revuo-xmr.com/atom.xml" url="{{ post_image | xml_escape }}" />
|
||||
<media:content medium="image" url="{{ post_image | xml_escape }}" xmlns:media="https://revuo-xmr.com/atom.xml" />
|
||||
<enclosure href="https://revuo-xmr.com{{ page.image }}" />
|
||||
<title>{{ post.title }}</title>
|
||||
<link href="{{ site.url }}{{ post.url }}.html"/>
|
||||
<id>{{ site.url }}{{ post.id }}</id>
|
||||
|
|
Loading…
Reference in a new issue