summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2021-12-29 16:08:08 -0700
committernavanchauhan <navanchauhan@gmail.com>2021-12-29 16:08:08 -0700
commitba10d4a133913e9824e5c7a990905cdda57d6e54 (patch)
treec8c313f012ccabe36c6d3da8aceaf7ebcaeb0a75 /templates/post.html
parent2b284dfbcabe500d90f8f2d58efeba390a744f05 (diff)
added commentbox comments
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/post.html b/templates/post.html
index fd3bd4c..b21547f 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -12,5 +12,8 @@
{% block body %}
<main>
{{ content}}
+ <div class="commentbox"></div>
+ <script src="https://unpkg.com/commentbox.io/dist/commentBox.min.js"></script>
+ <script>commentBox('my-project-id')</script>
</main>
{% endblock %} \ No newline at end of file