Browse Source

fix: make comment module "Artalk" work with newer versions (#6901)

* feat: update comment module "Artalk"
* fix: update code.yml

---------

Co-authored-by: Nicolas Giard <github@ngpixel.com>
pull/7142/head v2.5.302
CDN 10 months ago
committed by GitHub
parent
commit
f1161aed59
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      server/modules/comments/artalk/code.yml

2
server/modules/comments/artalk/code.yml

@ -6,7 +6,7 @@ head: |
body: |
<script>
window.onload = function() {
new Artalk({
Artalk.init({
el: '#artalk-container',
pageKey: '{{pageId}}',
pageTitle: '',

Loading…
Cancel
Save