summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2022-08-07 22:54:26 -0400
committernavanchauhan <navanchauhan@gmail.com>2022-08-07 22:54:26 -0400
commitddbe4d7126afdcd2d8bdbcc4042ec25742834600 (patch)
tree4cf74ea060ed3591c02ba2f61ae14ba5bf6c52f5 /templates
parentbaabb2b25d6be59c17c2ae0ce9cd81aa1a2ce1a5 (diff)
adding self-hosted comments
Diffstat (limited to 'templates')
-rw-r--r--templates/post.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html
index 7ee3975..d8d06cc 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -12,8 +12,13 @@
{% block body %}
<main>
{{ content}}
- <div class="commentbox"></div>
+ <script data-isso="//comments.navan.dev/"
+ src="//comments.navan.dev/js/embed.min.js"></script>
+ <section id="isso-thread">
+ <noscript>Javascript needs to be activated to view comments.</noscript>
+ </section>
+ <!--<div class="commentbox"></div>
<script src="https://unpkg.com/commentbox.io/dist/commentBox.min.js"></script>
- <script>commentBox('5650347917836288-proj')</script>
+ <script>commentBox('5650347917836288-proj')</script>-->
</main>
{% endblock %}