landing build

This commit is contained in:
tangly1024.com
2023-08-10 16:40:13 +08:00
parent 89b6ad7a06
commit 09e9f88317
2 changed files with 5 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ const LayoutPostList = props => {
slotTop = <div className='pb-12'><i className="mr-1 fas fa-folder-open" />{category}</div>
} else if (tag) {
slotTop = <div className='pb-12'>#{tag}</div>
}else if(props.slotTop){
} else if (props.slotTop) {
slotTop = props.slotTop
}
return (