Moved config search_tokenizer_separator -> search.tokenizer_separator

This commit is contained in:
Silvio Giebl
2019-12-29 20:08:34 +01:00
parent 7f5b1f14f1
commit ff30552748
3 changed files with 3 additions and 5 deletions

View File

@@ -8,4 +8,4 @@ search_exclude: true
<h1>Page not found</h1>
<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled %}or search {% endif %}to find what you're looking for or go to this <a href="{{ site.url }}{{ site.baseurl }}">site's home page</a>.</p>
<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled != false %}or search {% endif %}to find what you're looking for or go to this <a href="{{ '/' | absolute_url }}">site's home page</a>.</p>