0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 08:00:26 +03:00

Added comments

This commit is contained in:
2024-09-06 08:36:02 +00:00
parent 9829c0e5fa
commit 2a86fd34f6
2 changed files with 34 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
import { type CollectionEntry, getCollection } from "astro:content";
import Comments from "../../components/Comments.astro";
import Layout from "../../layouts/PageLayout.astro";
export async function getStaticPaths() {
@ -34,4 +35,5 @@ const { Content, remarkPluginFrontmatter } = await post.render();
</p>
</div>
<Content />
<Comments />
</Layout>