We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09abdd commit 00bc7e6Copy full SHA for 00bc7e6
2 files changed
frontend/public/.well-known/commentkit-verify.txt
@@ -0,0 +1 @@
1
+JNCw6nd2XELUC5Gm285eKbtwpznAFbEJ
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