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