diff --git a/source/_layouts/default.html b/source/_layouts/default.html
index 5869ebe920b..1991e6ec968 100644
--- a/source/_layouts/default.html
+++ b/source/_layouts/default.html
@@ -20,7 +20,7 @@
{% endif %}
- {{ content | expand_urls: root_url }}
+ {{ content }}
diff --git a/source/atom.xml b/source/atom.xml
index a4dba4f7634..609917eacd6 100644
--- a/source/atom.xml
+++ b/source/atom.xml
@@ -20,7 +20,7 @@
{{ post.date | date_to_xmlschema }}
{{ site.url }}{{ post.id }}
-
+
{% endfor %}