Fix and improve generated HTML

This commit is contained in:
Philipp Oppermann
2020-01-30 12:05:04 +01:00
parent 409c6de44a
commit 5f7437df8d
2 changed files with 11 additions and 7 deletions

View File

@@ -10,9 +10,9 @@
{% macro utterances() %}
<script src="https://utteranc.es/client.js"
repo="phil-opp/blog_os"
issue-term="url"
label="comments"
data-repo="phil-opp/blog_os"
data-issue-term="url"
data-label="comments"
crossorigin="anonymous"
async>
</script>