mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-28 00:32:42 -04:00
Fixed error when initializing search
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<!-- Re-export translations -->
|
||||
{% macro t(key) %}{{ {
|
||||
"search.languages": (
|
||||
"search.language": (
|
||||
config.extra.search | default({})
|
||||
).language | default(config.theme.language, true),
|
||||
"search.tokenizer": (
|
||||
|
||||
Reference in New Issue
Block a user