diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-01-03 00:20:06 -0700 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-01-03 00:20:06 -0700 |
commit | 42adecc0243c80f85d91e2f61baa681bfdf6bc73 (patch) | |
tree | b17f5153820adec2b0d20883d7ee70f8e4fffee8 | |
parent | ba10d4a133913e9824e5c7a990905cdda57d6e54 (diff) |
added comment box id
-rw-r--r-- | templates/post.html | 4 |
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 %} |