Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/katex.html')
-rw-r--r--layouts/partials/katex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/katex.html b/layouts/partials/katex.html
index 05a1ff0..4a04b61 100644
--- a/layouts/partials/katex.html
+++ b/layouts/partials/katex.html
@@ -37,7 +37,7 @@
const $katexBlocks = getAll('span.katex-display');
// Some a11y
- const $katexLabel = {{ T "box_containing_expression" }};
+ const $katexLabel = {{ T "boxContainingExpression" }};
$katexBlocks.forEach(function ($el) {
$el.tabIndex = 0;