Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2022-08-13 08:36:32 +02:00
commit fa65bc6bd7

View File

@ -214,7 +214,7 @@ adjust the ones you want to override:
<!-- Re-export translations -->
{% macro t(key) %}{{
override(key) or language(key) or fallback.t(key)
override(key) or language.t(key) or fallback.t(key)
}}{% endmacro %}
```