diff --git a/themes/heo/components/Hero.js b/themes/heo/components/Hero.js index 8e3c2565..15614734 100644 --- a/themes/heo/components/Hero.js +++ b/themes/heo/components/Hero.js @@ -19,7 +19,7 @@ const Hero = props => { return (
-
+
{/* 左侧banner组 */} @@ -116,22 +116,22 @@ function TagsGroupBar() { */ function GroupMenu() { return ( -
+
-
+
{CONFIG.HERO_CATEGORY_1?.title}
-
+
-
+
{CONFIG.HERO_CATEGORY_2?.title}
-
+
@@ -176,7 +176,6 @@ function TopGroup(props) { } } } - console.log('top', topPosts) return (
{/* 置顶推荐文章 */} diff --git a/themes/heo/index.js b/themes/heo/index.js index 8c761449..3ea96256 100644 --- a/themes/heo/index.js +++ b/themes/heo/index.js @@ -93,7 +93,7 @@ const LayoutIndex = (props) => { const slotRight = return -
+
{/* 文章分类条 */} {BLOG.POST_LIST_STYLE === 'page' ? : } @@ -115,7 +115,7 @@ const LayoutPostList = (props) => { return -
+
{/* 文章分类条 */} {BLOG.POST_LIST_STYLE === 'page' ? : } @@ -155,7 +155,7 @@ const LayoutSearch = props => { }, []) return ( -
+
{!currentSearch ? :
{BLOG.POST_LIST_STYLE === 'page' ? : }
} @@ -348,7 +348,7 @@ const LayoutCategoryIndex = props => { return ( -
+
{locale.COMMON.CATEGORY}
@@ -386,7 +386,7 @@ const LayoutTagIndex = props => { return ( -
+
{locale.COMMON.TAGS}