11 lines
325 B
HTML
11 lines
325 B
HTML
<div id="disquss_thread">
|
|
<script src="https://utteranc.es/client.js"
|
|
repo="{{ .Site.Params.Comments.Utterances.Repo }}"
|
|
issue-term="pathname"
|
|
label="{{ .Site.Params.Comments.Utterances.Label }}"
|
|
theme="{{ .Site.Params.Comments.Utterances.Theme }}"
|
|
crossorigin="anonymous"
|
|
async>
|
|
</script>
|
|
</div>
|