We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8030fa0 commit 04d8b53Copy full SHA for 04d8b53
2 files changed
frontend/public/.well-known/commentkit-verify.txt
@@ -0,0 +1 @@
1
+KKBbpBCaqW5rB3XrTYMEPcf6vbz9vg4M
frontend/public/example.html
@@ -67,10 +67,10 @@ <h1>My Awesome Blog Post</h1>
67
<div class="comments-section">
68
69
<!-- CommentKit Bundle -->
70
- {{/* <script src="https://commentkit.ankush.one/bundle.js"></script> */}}
+ <script src="https://commentkit.ankush.one/bundle.js"></script>
71
72
<!-- CommentKit Widget -->
73
- {{/* <div data-commentkit></div> */}}
+ <div data-commentkit></div>
74
75
<!--
76
BASIC USAGE: Just include the script - no configuration needed!
0 commit comments