Skip to content

Commit

Permalink
Add utterances
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuunnn committed Sep 21, 2024
1 parent 9673991 commit 1186a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/comments-providers/utterances.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

var script = document.createElement('script');
script.setAttribute('src', 'https://utteranc.es/client.js');
script.setAttribute('repo', 'github-account/repo-name');
script.setAttribute('repo', 'ssuunnn/blog-comments');
script.setAttribute('issue-term', '{{ site.comments.utterances.issue_term | default: "pathname" }}');
script.setAttribute('theme', '{{ site.comments.utterances.theme | default: "github-light" }}');
script.setAttribute('crossorigin', 'anonymous');
Expand Down

0 comments on commit 1186a61

Please sign in to comment.