summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-17 16:19:27 +0100
committerYehonal <yehonal.azeroth@gmail.com>2018-12-17 21:00:45 +0100
commitbe48148342d1412c6247d554ff07203440b31e25 (patch)
treeb9378e23c58a253cd0bd51a631a21054625aac21 /_includes
parent4feaace4929a07cc34c4bcd6c57334be2d95ec31 (diff)
downloadwiki-be48148342d1412c6247d554ff07203440b31e25.tar.gz
wiki-be48148342d1412c6247d554ff07203440b31e25.tar.bz2
wiki-be48148342d1412c6247d554ff07203440b31e25.zip
fixed search when in subfolder
Diffstat (limited to '_includes')
-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