aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-comments.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/partials/article-comments.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/article-comments.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/article-comments.html b/generators/hugo/themes/tdro/layouts/partials/article-comments.html
new file mode 100644
index 0000000..8788254
--- /dev/null
+++ b/generators/hugo/themes/tdro/layouts/partials/article-comments.html
@@ -0,0 +1,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>