aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feed.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/feed.xml b/feed.xml
index 15b90dd..082106d 100644
--- a/feed.xml
+++ b/feed.xml
@@ -13,8 +13,8 @@ layout: none
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
- <link>{{ site.url }}/{{ post.url }}</link>
- <guid isPermaLink="true">{{ site.url }}/{{ post.url }}</guid>
+ <link>{{ site.url }}{{ post.url }}</link>
+ <guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
</item>
{% endfor %}
</channel>