mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-12 11:42:25 -07:00
readd: enclosure tag
This commit is contained in:
parent
6f6b369ea5
commit
24ab4d5862
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 New Issue
Block a user