Skip to content

Commit

Permalink
feat(components): Add giscus comment component to user notes page
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshinoRei committed Jun 7, 2024
1 parent 6c76ce7 commit 9f3927a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/site/_includes/components/user/notes/afterContent/giscus.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<script src="https://giscus.app/client.js"
data-repo="HoshinoRei/digital-garden"
data-repo-id="R_kgDOMGRr8w"
data-category-id="DIC_kwDOMGRr884Cf78x"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>

0 comments on commit 9f3927a

Please sign in to comment.