virtuallypotato/layouts/comments.html
2021-12-05 21:42:51 -06:00

11 lines
322 B
HTML

<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>