add: media thumbnail

pull/29/head
rottenwheel 11 months ago committed by GitHub
parent 2121d84efa
commit 4620af5530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save