comments.html 260 B

12345
  1. {{ with site.Params.utterances }}
  2. {{ if in site.Params.mainSections $.Type | and .repo }}
  3. <script src="https://utteranc.es/client.js" repo="{{ .repo }}" issue-term="{{ .issueterm }}" theme="{{ .theme }}" crossorigin="anonymous" async></script>
  4. {{end}}
  5. {{end}}