mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-25 12:33:32 +01:00
Update atom.xml
This commit is contained in:
parent
6798d5ffca
commit
044cd29488
5
atom.xml
5
atom.xml
@ -18,11 +18,6 @@ layout: null
|
||||
{% for post in site.posts limit: 10 %}
|
||||
|
||||
<entry>
|
||||
{% assign post_image = post.image.path | default: post.image %}
|
||||
{% if post_image %}
|
||||
{% unless post_image contains "://" %}
|
||||
{% assign post_image = post_image | absolute_url %}
|
||||
{% endunless %}
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user