diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 16:19:27 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 21:00:45 +0100 |
| commit | be48148342d1412c6247d554ff07203440b31e25 (patch) | |
| tree | b9378e23c58a253cd0bd51a631a21054625aac21 | |
| parent | 4feaace4929a07cc34c4bcd6c57334be2d95ec31 (diff) | |
| download | wiki-be48148342d1412c6247d554ff07203440b31e25.tar.gz wiki-be48148342d1412c6247d554ff07203440b31e25.tar.bz2 wiki-be48148342d1412c6247d554ff07203440b31e25.zip | |
fixed search when in subfolder
| -rw-r--r-- | _includes/gw_tools/search_js.html | 2 |
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 |
