summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/gw_tools/search_js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/gw_tools/search_js.html b/_includes/gw_tools/search_js.html
index 673fb39..9e75464 100644
--- a/_includes/gw_tools/search_js.html
+++ b/_includes/gw_tools/search_js.html
@@ -9,7 +9,7 @@
<script type="text/javascript">
$("#search-field").camelHunter({
onKeyUp : true,
- rss: "/sitemap_full.xml",
+ rss: "{{ '/sitemap_full.xml' | relative_url }}",
results : "#results"
});
</script> \ No newline at end of file