mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-10 05:03:35 +01:00
add: media thumbnail
This commit is contained in:
parent
2121d84efa
commit
4620af5530
3
atom.xml
3
atom.xml
@ -18,7 +18,8 @@ layout: null
|
||||
{% for post in site.posts limit: 10 %}
|
||||
|
||||
<entry>
|
||||
<enclosure href="https://revuo-xmr.com{{ page.image }}" />
|
||||
<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" />
|
||||
<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