mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 23:00:49 -05:00
move some non-post pages to mdx
This commit is contained in:
@@ -150,7 +150,7 @@ export default async function Page({ params }: { params: Promise<{ slug: string
|
||||
</Content>
|
||||
|
||||
{!frontmatter.noComments && (
|
||||
<div id="comments">
|
||||
<div id="comments" className={styles.comments}>
|
||||
<Comments title={frontmatter.title} />
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user