mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 23:00:49 -05:00
fresh <PageTitle> look
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Suspense } from "react";
|
||||
import { ErrorBoundary } from "react-error-boundary";
|
||||
import Content from "../../../components/Content";
|
||||
import Link from "../../../components/Link";
|
||||
import Time from "../../../components/Time";
|
||||
import Comments from "../../../components/Comments";
|
||||
@@ -145,9 +144,7 @@ export default async function Page({ params }: { params: Promise<{ slug: string
|
||||
/>
|
||||
</h1>
|
||||
|
||||
<Content>
|
||||
<MDXContent />
|
||||
</Content>
|
||||
<MDXContent />
|
||||
|
||||
{!frontmatter.noComments && (
|
||||
<div id="comments" className={styles.comments}>
|
||||
|
||||
Reference in New Issue
Block a user