We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9853aae commit 2b939d6Copy full SHA for 2b939d6
feed.xml
@@ -13,8 +13,8 @@ layout: none
13
<title>{{ part.title | xml_escape }}</title>
14
<description>{{ part.content | xml_escape }}</description>
15
<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>
+ <link>{{site.url}}{{site.baseurl}}{{part.url}}</link>
+ <guid isPermaLink="true">{{site.url}}{{site.baseurl}}{{part.url}}</guid>
18
</item>
19
{% endfor %}
20
</channel>
0 commit comments