diff --git a/_config.yml b/_config.yml index 0a6cb685f..23ce430db 100755 --- a/_config.yml +++ b/_config.yml @@ -436,13 +436,17 @@ algolia_search: hits_empty: "We didn't find any results for the search: ${query}" hits_stats: "${hits} results found in ${time} ms" + +# Local search +local_search: + enable: false + # External URL with BASE64 encrypt & decrypt # Usage: {% exturl text url "title" %} # Alias: {% extlink text url "title" %} exturl: false - #! --------------------------------------------------------------- #! DO NOT EDIT THE FOLLOWING SETTINGS #! UNLESS YOU KNOW WHAT YOU ARE DOING diff --git a/layout/_partials/header.swig b/layout/_partials/header.swig index 86f34db6c..b5fabca26 100644 --- a/layout/_partials/header.swig +++ b/layout/_partials/header.swig @@ -33,7 +33,7 @@