virtuallypotato/layouts/comments.html

12 lines
322 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"
repo="jbowdre/jbowdre.github.io"
issue-term="title"
theme="github-dark"
crossorigin="anonymous"
async>
</script>
</div>