We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306e4ac commit cefc491Copy full SHA for cefc491
_includes/utterances-comment.html
@@ -1,7 +1,7 @@
1
{% if site.utterances.repository and site.utterances.issue-term %}
2
3
<script src="https://utteranc.es/client.js"
4
- repository="{{site.utterances.repository }}"
+ repo="{{ site.utterances.repository }}"
5
issue-term="{{ site.utterances.issue-term }}"
6
theme="{{ site.utterances.theme}}"
7
label="{{ site.utterances.label}}"
0 commit comments