Skip to content

Commit

Permalink
fix: make comment module "Artalk" work with newer versions (#6901)
Browse files Browse the repository at this point in the history
* feat: update comment module "Artalk"
* fix: update code.yml

---------

Co-authored-by: Nicolas Giard <github@ngpixel.com>
  • Loading branch information
CDN18 and NGPixel committed Apr 25, 2024
1 parent 3a7ce75 commit f1161ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/modules/comments/artalk/code.yml
Expand Up @@ -6,7 +6,7 @@ head: |
body: |
<script>
window.onload = function() {
new Artalk({
Artalk.init({
el: '#artalk-container',
pageKey: '{{pageId}}',
pageTitle: '',
Expand Down

0 comments on commit f1161ae

Please sign in to comment.