We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c878469 commit 6f6da8cCopy full SHA for 6f6da8c
1 file changed
src/_includes/scenario.vto
@@ -27,4 +27,22 @@
27
style="margin-bottom:2rem"
28
class="giscus"
29
></section>
30
+
31
+<script
32
+ src="https://giscus.app/client.js"
33
+ data-repo="hooreique/hooreique.github.io"
34
+ data-repo-id="R_kgDONvT8mw"
35
+ data-category="Announcements"
36
+ data-category-id="DIC_kwDONvT8m84CmWKF"
37
+ data-mapping="pathname"
38
+ data-strict="1"
39
+ data-reactions-enabled="1"
40
+ data-emit-metadata="0"
41
+ data-input-position="bottom"
42
+ data-theme="preferred_color_scheme"
43
+ data-lang="ko"
44
+ data-loading="lazy"
45
+ crossorigin="anonymous"
46
+ async
47
+></script>
48
{{ /layout }}
0 commit comments