Skip to content

Commit 195739c

Browse files
committed
fix: discussion category
1 parent 3292304 commit 195739c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

theme/partials/comments.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
33
<!-- Insert generated snippet here -->
44
<script src="https://giscus.app/client.js"
5-
data-repo="SAST-skill-docers/sast-skill-docs"
5+
data-repo="sast-skill-docers/sast-skill-docs"
66
data-repo-id="R_kgDOGHh6LQ"
7-
data-category="[在此输入分类名]"
8-
data-category-id="[在此输入分类 ID]"
7+
data-category="Announcements"
8+
data-category-id="DIC_kwDOGHh6Lc4CXywI"
99
data-mapping="pathname"
1010
data-strict="0"
1111
data-reactions-enabled="1"

0 commit comments

Comments
 (0)