diff --git a/_config.yml b/_config.yml
index cc2d356..f2527a0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,8 +10,8 @@ exclude:
sass:
style: :compressed
-defaults:
- - scope:
- path: _posts
- values:
- permalink: ''
+#defaults:
+# - scope:
+# path: _posts
+# values:
+# permalink: ''
diff --git a/feed.xml b/feed.xml
index 5a98528..258d35c 100644
--- a/feed.xml
+++ b/feed.xml
@@ -24,7 +24,7 @@ layout: minify
{{ post.content | xml_escape }}
{{ post.date | date_to_xmlschema }}
{{ post.date | date_to_xmlschema }}
- {{ post.url }}
+ {{ site.url }}{{ post.url }}
{% endfor %}