add: media thumbnail
This commit is contained in:
parent
2121d84efa
commit
4620af5530
1 changed files with 2 additions and 1 deletions
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 a new issue