diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 564c93a..9903dfe 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -1,7 +1,7 @@ --- import Layout from "./Layout.astro"; import config from "@/config"; -import Comment from "../components/Comment.astro"; // 新增评论组件 +import Comment from "../components/Comment.astro"; type Props = { title?: string; @@ -36,9 +36,7 @@ const structuredData = { - - { pubDatetime && ( ) } -