From 65d4ce08d619ea2c72cdfa10ef06d3dd4e5cac81 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 25 Dec 2022 21:06:04 +0800 Subject: [PATCH] fix-click --- themes/matery/LayoutSlug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/matery/LayoutSlug.js b/themes/matery/LayoutSlug.js index f11a2703..1eb6e978 100644 --- a/themes/matery/LayoutSlug.js +++ b/themes/matery/LayoutSlug.js @@ -91,7 +91,7 @@ export const LayoutSlug = props => { {post.type === 'Post' && } - {post?.toc?.length > 0 &&
+ {post?.toc?.length > 0 &&