mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 10:00:52 +01:00
11 lines
314 B
HTML
11 lines
314 B
HTML
{% macro t(key) %}{{ {
|
|
"edit.link.title": "Edit this page",
|
|
"footer.previous": "Previous",
|
|
"footer.next": "Next",
|
|
"meta.comments": "Comments",
|
|
"meta.source": "Source",
|
|
"search.placeholder": "Search",
|
|
"source.link.title": "Go to repository",
|
|
"toc.title": "Table of contents"
|
|
}[key] }}{% endmacro %}
|