diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-23 11:18:54 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-23 15:19:22 +0100 |
| commit | f73bd860bb566be9684876c68f6c55fd1940fddf (patch) | |
| tree | 2be0b4f08eaf3fc5de23a2826b6abce6feb0b5bf /sitemap_full.xml | |
| parent | 55814019cacf484b8d6882c91b90bd7758e295c9 (diff) | |
| download | wiki-f73bd860bb566be9684876c68f6c55fd1940fddf.tar.gz wiki-f73bd860bb566be9684876c68f6c55fd1940fddf.tar.bz2 wiki-f73bd860bb566be9684876c68f6c55fd1940fddf.zip | |
Implemented new js search method (faster)
# Conflicts:
# _includes/git-wiki/components/search/se_js.html
Diffstat (limited to 'sitemap_full.xml')
| -rw-r--r-- | sitemap_full.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemap_full.xml b/sitemap_full.xml index 2a979f8..5118304 100644 --- a/sitemap_full.xml +++ b/sitemap_full.xml @@ -5,7 +5,7 @@ sitemap: false <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> -{% if site.search_engine == "js" %} +{% if site.search_engine == "js_rss" %} <title>{{ site.name | xml_escape }}</title> <description>{{ site.description | xml_escape }}</description> <link>{{ site.url }}</link> |
