fix: artalk initialization
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<div id="Comments"></div>
|
<div id="Comments"></div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const artalkInstance = new Artalk({
|
const artalkInstance = Artalk.init({
|
||||||
el: '#Comments',
|
el: '#Comments',
|
||||||
pageKey: '{{ .Page.RelPermalink }}',
|
pageKey: '{{ .Page.RelPermalink }}',
|
||||||
pageTitle: '{{ .Title }}',
|
pageTitle: '{{ .Title }}',
|
||||||
|
|||||||
Reference in New Issue
Block a user