summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html
index fd3bd4c..7ee3975 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('5650347917836288-proj')</script>
</main>
-{% endblock %} \ No newline at end of file
+{% endblock %}