fixed page meta visibility logic
This commit is contained in:
parent
d6653d2136
commit
6928aa84bc
1 changed files with 3 additions and 3 deletions
|
@ -283,9 +283,9 @@ const Page = () => {
|
|||
<br />
|
||||
|
||||
{/* Post metadata */}
|
||||
{[PageType.UNSEARCHABLE, PageType.POST].includes(
|
||||
pageType
|
||||
) && <Meta fetchedPage={pageData} />}
|
||||
{[PageType.POST, PageType.SERIES].includes(pageType) && (
|
||||
<Meta fetchedPage={pageData} />
|
||||
)}
|
||||
</small>
|
||||
|
||||
<hr />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue