Corrected post linked in feed.xml
This commit is contained in:
parent
949be13ce3
commit
bb7bb247ad
4
feed.xml
4
feed.xml
|
@ -13,8 +13,8 @@ layout: none
|
||||||
<title>{{ post.title | xml_escape }}</title>
|
<title>{{ post.title | xml_escape }}</title>
|
||||||
<description>{{ post.content | xml_escape }}</description>
|
<description>{{ post.content | xml_escape }}</description>
|
||||||
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
|
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
|
||||||
<link>{{ site.url }}/{{ post.url }}</link>
|
<link>{{ site.url }}{{ post.url }}</link>
|
||||||
<guid isPermaLink="true">{{ site.url }}/{{ post.url }}</guid>
|
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||||
</item>
|
</item>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</channel>
|
</channel>
|
||||||
|
|
Loading…
Reference in a new issue