mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
feat: add comment system
This commit is contained in:
parent
c2ebc78045
commit
eabd33f339
6 changed files with 50 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
import Waline from '@/components/Comments/Waline.astro'
|
||||
import Comments from '@/components/Comments/index.astro'
|
||||
import Layout from '@/layouts/Layout.astro'
|
||||
import { checkSlugDuplication } from '@/utils/content'
|
||||
import { generatePostPaths } from '@/utils/i18n'
|
||||
|
@ -66,5 +66,5 @@ const { Content, remarkPluginFrontmatter } = await post.render()
|
|||
)}
|
||||
</article>
|
||||
|
||||
<Waline />
|
||||
<Comments />
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue