diff --git a/themes/nobelium/index.js b/themes/nobelium/index.js index b58b2250..d9410924 100644 --- a/themes/nobelium/index.js +++ b/themes/nobelium/index.js @@ -101,7 +101,7 @@ const LayoutIndex = props => { * @returns */ const LayoutPostList = props => { - const { posts } = props + const { posts, topSlot } = props // 在列表中进行实时过滤 const [filterKey, setFilterKey] = useState('') @@ -118,6 +118,7 @@ const LayoutPostList = props => { return ( }> + {topSlot} {BLOG.POST_LIST_STYLE === 'page' ? : } )