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 && (