mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Update PostLayout.astro
This commit is contained in:
@@ -16,7 +16,7 @@ const { site } = config;
|
|||||||
|
|
||||||
const { title, description, ogImage, canonicalURL, pubDatetime, modDatetime } = Astro.props;
|
const { title, description, ogImage, canonicalURL, pubDatetime, modDatetime } = Astro.props;
|
||||||
|
|
||||||
const commentPath = canonicalURL ? new URL(canonicalURL).pathname : undefined;
|
const commentPath = Astro.url.pathname;
|
||||||
|
|
||||||
const structuredData = {
|
const structuredData = {
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
@@ -54,7 +54,7 @@ const structuredData = {
|
|||||||
<slot />
|
<slot />
|
||||||
|
|
||||||
{
|
{
|
||||||
commentPath && (
|
commentPath.startsWith("/posts/") && (
|
||||||
<TwikooComments envId="http://47.108.235.131:40063/" path={commentPath} />
|
<TwikooComments envId="http://47.108.235.131:40063/" path={commentPath} />
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user