diff --git a/search.html b/search.html
index fdac31831c..b2681a7d09 100644
--- a/search.html
+++ b/search.html
@@ -22,7 +22,7 @@
"author": "{{ post.author | xml_escape }}",
"category": "{{ post.category | xml_escape }}",
"content": {{ post.content | strip_html | strip_newlines | jsonify }},
- "url": "{{ site.baseurl }}/{{ post.url | xml_escape }}"
+ "url": "{{ site.baseurl }}{{ post.url | xml_escape }}"
}
{% unless forloop.last %},{% endunless %}
{% endfor %}
@@ -30,4 +30,4 @@
-
\ No newline at end of file
+