mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Added comments
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user