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 949be13 commit bb7bb24Copy full SHA for bb7bb24
feed.xml
@@ -13,8 +13,8 @@ layout: none
13
<title>{{ post.title | xml_escape }}</title>
14
<description>{{ post.content | xml_escape }}</description>
15
<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>
+ <link>{{ site.url }}{{ post.url }}</link>
+ <guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
18
</item>
19
{% endfor %}
20
</channel>
0 commit comments