diff --git a/components/SideArea.js b/components/SideArea.js
index d39b160a..9d9e4473 100644
--- a/components/SideArea.js
+++ b/components/SideArea.js
@@ -52,6 +52,17 @@ const SideArea = ({ title, tags, currentTag, post, posts, categories, currentCat
)}
+
+
{/* 分类 */}
{categories && (
@@ -83,17 +94,6 @@ const SideArea = ({ title, tags, currentTag, post, posts, categories, currentCat
)}
-
-
{post && post.toc && post.toc.length > 1 && (