aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-comments.html
blob: 87882540419ab7571092396b3f946669c12d162d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<article-comments>
  <section>
    <h2 id="comments">Comments</h2>
    <script
      data-isso="/isso/"
      data-isso-css="false"
      data-title="{{ .Title }}"
      data-isso-reply-notifications="true"
      src="/isso/js/embed.min.js"
    >
    </script>
    <aside id="isso-thread" data-title="{{ .Title }}"></aside>
  </section>
</article-comments>