Skip to content

Commit

Permalink
Update _comment.html
Browse files Browse the repository at this point in the history
  • Loading branch information
codexss committed May 13, 2023
1 parent fd6c665 commit f4209ac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion theme/_comment.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{{if .Site.Comment}}
<script type="module">
import DisqusJS from 'https://cdn.jsdelivr.net/npm/disqusjs@3.0/dist/browser/disqusjs.es2018.es.min.mjs'
import DisqusJS from 'https://cdn.jsdelivr.net/npm/disqusjs@3.0/dist/browser/disqusjs.es2018.es.min.mjs'
</script>
<div id="disqusjs"></div>
<script>
const disqusjs = new DisqusJS({
shortname: 'codexss',
siteName: 'LENTlN',
apikey: 'Yf0IFwe2tWZKQLNHLrxy9aJmw4iVk02ViU5q2kqxFBaq9IQ1hvQHxW3rAVKQ5Tv1',
admin: 'Lentin',
adminLabel: 'ADMIN'
});
disqusjs.render('#disqusjs');
</script>
{{end}}

0 comments on commit f4209ac

Please sign in to comment.