virtuallypotato/layouts/partials/comments.html

12 lines
392 B
HTML
Raw Normal View History

2021-12-06 03:42:51 +00:00
<div class="post_comments">
{{ template "_internal/disqus.html" . }}
<!-- add custom comments markup here -->
<script src="https://utteranc.es/client.js"
2021-12-06 05:07:17 +00:00
repo="{{ $.Site.Params.utterances.repo }}"
issue-term="{{ $.Site.Params.utterances.issueterm }}"
theme="{{ $.Site.Params.utterances.theme }}"
2021-12-06 03:42:51 +00:00
crossorigin="anonymous"
async>
</script>
</div>