Skip to content

Commit bb7bb24

Browse files
committed
Corrected post linked in feed.xml
1 parent 949be13 commit bb7bb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ layout: none
1313
<title>{{ post.title | xml_escape }}</title>
1414
<description>{{ post.content | xml_escape }}</description>
1515
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
16-
<link>{{ site.url }}/{{ post.url }}</link>
17-
<guid isPermaLink="true">{{ site.url }}/{{ post.url }}</guid>
16+
<link>{{ site.url }}{{ post.url }}</link>
17+
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
1818
</item>
1919
{% endfor %}
2020
</channel>

0 commit comments

Comments
 (0)