From b06a8679aca6d120fdf213e8b047dd2de41672bd Mon Sep 17 00:00:00 2001 From: amazingrise <8315221+AmazingRise@users.noreply.github.com> Date: Thu, 23 Sep 2021 20:00:52 +0800 Subject: Fix KaTeX and Waline conflict. --- layouts/partials/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"], }); }); -- cgit v1.2.3