comments not quite ready

This commit is contained in:
adueck 2024-08-01 17:27:21 -04:00
parent b47c1179ef
commit 288632cf8f
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import TableOfContents from "./TableOfContents";
import Footer from "./Footer";
import ChapterFeedback from "./ChapterFeedback";
import { Helmet } from "react-helmet";
import { Comments } from "./Remark42";
// import { Comments } from "./Remark42";
const Chapter = ({ children: chapter }) => {
const title = `${chapter.frontMatter.title} | LingDocs Pashto Grammar`;
@ -42,7 +42,7 @@ const Chapter = ({ children: chapter }) => {
<Content />
</div>
<ChapterFeedback chapter={chapter.path} />
<Comments id={chapter.path} />
{/* <Comments id={chapter.path} /> */}
<Footer chapter={chapter} />
</main>
{!chapter.frontMatter.fullWidth && <TableOfContents tableOfContents={chapter.tableOfContents} />}