mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-21 23:16:48 +00:00
fix(使所有主题的404能够正常运转)
(cherry picked from commit 3e3b7667d043522a3d782b804815b8f1683127d1)
This commit is contained in:
@@ -178,7 +178,7 @@ const LayoutSlug = props => {
|
||||
<>
|
||||
{lock ? (
|
||||
<PostLock validPassword={validPassword} />
|
||||
) : (
|
||||
) : post && (
|
||||
<div>
|
||||
<PostMeta post={post} />
|
||||
<div id='article-wrapper'>
|
||||
|
||||
Reference in New Issue
Block a user