File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+
3+ ---
4+
5+ <section class =" giscus mx-auto w-full" ></section >
6+
7+ <script
8+ src =" https://giscus.app/client.js"
9+ data-repo =" devwqc/devwqc.github.io"
10+ data-repo-id =" R_kgDOM5MFPQ"
11+ data-category =" Blog Posts Comments"
12+ data-category-id =" DIC_kwDOM5MFPc4Ci-uX"
13+ data-mapping =" url"
14+ data-strict =" 0"
15+ data-reactions-enabled =" 1"
16+ data-emit-metadata =" 0"
17+ data-input-position =" bottom"
18+ data-theme =" light"
19+ data-lang =" ko"
20+ crossorigin =" anonymous"
21+ async ></script >
Original file line number Diff line number Diff line change 11---
22import FormattedDate from ' @/components/FormattedDate.astro' ;
33import MarkDown from ' @/components/Markdown.astro' ;
4+ import PostComments from ' @/components/PostComments.astro' ;
45import PageLayout from ' @/layouts/PageLayout.astro' ;
56import { getCollection , type CollectionEntry } from ' astro:content' ;
67
@@ -41,9 +42,11 @@ const { Content } = await post.render();
4142 <MarkDown >
4243 <Content />
4344 </MarkDown >
44- <footer >
45+ <footer class =" pb-10" >
46+ <p >Issue on GitHub</p >
4547 <p >방문해 주셔서 감사합니다.</p >
4648 <p >오탈자, 잘못된 정보에 대해 말씀해 주시면 감사히 받겠습니다.</p >
4749 </footer >
50+ <PostComments />
4851 </article >
4952</PageLayout >
You can’t perform that action at this time.
0 commit comments