mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 15:02:18 +00:00
11 lines
392 B
HTML
11 lines
392 B
HTML
<div class="post_comments">
|
|
{{ template "_internal/disqus.html" . }}
|
|
<!-- add custom comments markup here -->
|
|
<script src="https://utteranc.es/client.js"
|
|
repo="{{ $.Site.Params.utterances.repo }}"
|
|
issue-term="{{ $.Site.Params.utterances.issueterm }}"
|
|
theme="{{ $.Site.Params.utterances.theme }}"
|
|
crossorigin="anonymous"
|
|
async>
|
|
</script>
|
|
</div>
|