add: media thumbnail

This commit is contained in:
rottenwheel 2023-06-29 22:25:39 +00:00 committed by GitHub
parent 2121d84efa
commit 4620af5530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@ layout: null
{% for post in site.posts limit: 10 %} {% for post in site.posts limit: 10 %}
<entry> <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> <title>{{ post.title }}</title>
<link href="{{ site.url }}{{ post.url }}.html"/> <link href="{{ site.url }}{{ post.url }}.html"/>
<id>{{ site.url }}{{ post.id }}</id> <id>{{ site.url }}{{ post.id }}</id>