add: enclosure tag
This commit is contained in:
parent
0ed595c680
commit
f145714f54
1 changed files with 1 additions and 1 deletions
2
atom.xml
2
atom.xml
|
@ -18,7 +18,7 @@ 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 }}"<enclosure/>
|
<enclosure href="https://revuo-xmr.com{{ page.image }}" />
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in a new issue