diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 12:04:37 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 12:04:37 -0600 |
commit | 0d61ba9f898f1c4f49172fb595afc3e6a99b86be (patch) | |
tree | 4c64993b627c9a9f112450a6ea9196fea3c3f7bd /templates/post.html | |
parent | d96373570c7110e0b9e872b494a79c855b18b686 (diff) | |
parent | e02575449cd89cb7916651089aea3911a1f6cda6 (diff) |
fixed feed conflict
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 5 |
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 %} |