mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
feat: add waline i18n & sync comments
This commit is contained in:
parent
fa148ca0c5
commit
c2ebc78045
12 changed files with 172 additions and 101 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
import Waline from '@/components/Comments/Waline.astro'
|
||||
import Layout from '@/layouts/Layout.astro'
|
||||
import { checkSlugDuplication } from '@/utils/content'
|
||||
import { generateMultiLangPostPaths } from '@/utils/i18n'
|
||||
|
@ -28,4 +29,5 @@ const { Content, remarkPluginFrontmatter } = await post.render()
|
|||
</time>
|
||||
<Content />
|
||||
</article>
|
||||
<Waline />
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue