diff --git a/.env.local b/.env.local index f8b077a7..dac45ac8 100644 --- a/.env.local +++ b/.env.local @@ -1,3 +1,2 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=3.5.0 -NOTION_PAGE_ID=bee1fccfa3bd47a1a7be83cc71372d83 \ No newline at end of file +NEXT_PUBLIC_VERSION=3.5.0 \ No newline at end of file diff --git a/themes/hexo/LayoutCategory.js b/themes/hexo/LayoutCategory.js index 8c6854a1..c9c0c244 100644 --- a/themes/hexo/LayoutCategory.js +++ b/themes/hexo/LayoutCategory.js @@ -4,6 +4,10 @@ import LayoutBase from './LayoutBase' export const LayoutCategory = props => { const { tags, posts, category } = props return - - +
+ + {category} +
+ + }