Skip to content

Commit 2b939d6

Browse files
committed
Try to get urls right
1 parent 9853aae commit 2b939d6

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>{{ part.title | xml_escape }}</title>
1414
<description>{{ part.content | xml_escape }}</description>
1515
<pubDate>{{ part.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
16-
<link>{{ site.url }}/{{ part.url }}</link>
17-
<guid isPermaLink="true">{{ site.url }}/{{ part.url }}</guid>
16+
<link>{{site.url}}{{site.baseurl}}{{part.url}}</link>
17+
<guid isPermaLink="true">{{site.url}}{{site.baseurl}}{{part.url}}</guid>
1818
</item>
1919
{% endfor %}
2020
</channel>

0 commit comments

Comments
 (0)