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 />
|
<br />
|
||||||
|
|
||||||
{/* Post metadata */}
|
{/* Post metadata */}
|
||||||
{[PageType.UNSEARCHABLE, PageType.POST].includes(
|
{[PageType.POST, PageType.SERIES].includes(pageType) && (
|
||||||
pageType
|
<Meta fetchedPage={pageData} />
|
||||||
) && <Meta fetchedPage={pageData} />}
|
)}
|
||||||
</small>
|
</small>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue