8000 fix(comments): W3C validation errors · Pelican-Elegant/elegant@76a1f26 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 76a1f26

Browse files
committed
fix(comments): W3C validation errors
1 parent 8b7cff8 commit 76a1f26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/_includes/utterances_scripts.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% macro comments_script_utterances(repo, id, label, theme) %}
22
<script src="https://utteranc.es/client.js"
3-
repo="{{ repo }}"
4-
issue-term="{{ id }}"
5-
label="{{ label }}"
6-
theme="{{ theme }}"
3+
data-repo="{{ repo }}"
4+
data-issue-term="{{ id }}"
5+
data-label="{{ label }}"
6+
data-theme="{{ theme }}"
77
crossorigin="anonymous"
88
async>
99
</script>

0 commit comments

Comments
 (0)
0