From 2b619ad1c4d64be90c0162b0065e6a5987233e1c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 28 Oct 2015 23:45:59 -0700 Subject: [PATCH] Fix anchor link issue --- source/_layouts/default.html | 2 +- source/atom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}