summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2022-01-03 00:20:06 -0700
committernavanchauhan <navanchauhan@gmail.com>2022-01-03 00:20:06 -0700
commit6c2b440d80034cb0c966fd03586dba8fa267b9b3 (patch)
tree6bbcff10847603894b35de8db4cbae17fe627846 /templates/post.html
parenta4c1783a8479be47614112f90c4e8c77aa1c3b9c (diff)
added comment box id
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html
index b21547f..7ee3975 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -14,6 +14,6 @@
{{ content}}
<div class="commentbox"></div>
<script src="https://unpkg.com/commentbox.io/dist/commentBox.min.js"></script>
- <script>commentBox('my-project-id')</script>
+ <script>commentBox('5650347917836288-proj')</script>
</main>
-{% endblock %} \ No newline at end of file
+{% endblock %}