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