remark issue fix after site id change

This commit is contained in:
Bangara Raju Kottedi 2024-05-07 03:02:38 +05:30
parent 6c188e779b
commit 1c68d60f2b

View File

@ -4,7 +4,7 @@
<script> <script>
var remark_config = { var remark_config = {
host: remark42Host, host: remark42Host,
site_id: siteId, site_id: "{{site.id}}",
components: ['embed', 'counter'], components: ['embed', 'counter'],
max_shown_comments: 10, max_shown_comments: 10,