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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2021-09-23 15:00:52 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2021-09-23 15:00:52 +0300
commitb06a8679aca6d120fdf213e8b047dd2de41672bd (patch)
tree36edd3770041b2c42a70f7e08651ad4234cd2382
parentae81c0fcf360b449d73d7c220ab5bf65f57d690f (diff)
Fix KaTeX and Waline conflict.testing
-rw-r--r--layouts/partials/head.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b5825bb..bad6c05 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -77,7 +77,8 @@
{left: '\\[', right: '\\]', display: true}
],
// • rendering keys, e.g.:
- throwOnError : false
+ throwOnError : false,
+ ignoredClasses: ["post-comment-wrapper"],
});
});
</script>