Skip to content

Commit

Permalink
Activate giscus.
Browse files Browse the repository at this point in the history
  • Loading branch information
meonzi committed Oct 25, 2023
1 parent 6365320 commit 57ee2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/comments/giscus.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
let giscusAttributes = {
src: 'https://giscus.app/client.js',
'data-repo': '{{ site.comments.giscus.repo | default: "zenera/zenera.github.io" }}',
'data-repo-id': '{{ site.comments.giscus.repo_id | default: "R_kgDOKgMuZA" }}',
'data-repo-id': '{{ site.comments.giscus.repo_id | default: "R_kgDOKk35fg" }}',
'data-category': '{{ site.comments.giscus.category | default: "Announcements" }}',
'data-category-id': '{{ site.comments.giscus.category_id | default: "DIC_kwDOKgMuZM4CaPN2" }}',
'data-category-id': '{{ site.comments.giscus.category_id | default: "DIC_kwDOKk35fs4Cacea" }}',
'data-mapping': '{{ site.comments.giscus.mapping | default: 'pathname' }}',
'data-reactions-enabled': '{{ site.comments.giscus.reactions_enabled | default: '1' }}',
'data-emit-metadata': '0',
Expand Down

0 comments on commit 57ee2db

Please sign in to comment.