mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-24 19:21:31 +08:00
feat: add comment
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
---
|
||||
import PageLayout from "@/layouts/Base.astro";
|
||||
import Tools from "@/components/tools/index.astro";
|
||||
import GiscusComment from "@/components/componentsBefore/GiscusComment";
|
||||
const meta = {
|
||||
description: "introduction for KazooTTT",
|
||||
title: "About",
|
||||
@ -20,4 +21,5 @@ const meta = {
|
||||
</div>
|
||||
|
||||
<Tools />
|
||||
<GiscusComment client:load />
|
||||
</PageLayout>
|
||||
|
Reference in New Issue
Block a user