mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update PostLayout.astro
This commit is contained in:
@@ -55,7 +55,9 @@ const structuredData = {
|
|||||||
|
|
||||||
{
|
{
|
||||||
commentPath.startsWith("/posts/") && (
|
commentPath.startsWith("/posts/") && (
|
||||||
|
<div class="mx-auto max-w-2xl">
|
||||||
<TwikooComments envId="http://47.108.235.131:40063/" path={commentPath} />
|
<TwikooComments envId="http://47.108.235.131:40063/" path={commentPath} />
|
||||||
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user