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 | 36bff3db227415cb1acd1c82e54ce4fda0faefd9 (patch) | |
tree | 8b3f7fd281751ae1048f071d314e494d7c83e5bc /templates/post.html | |
parent | 702fd6ebc1b9ccf135cef9947f07912659fc752d (diff) | |
parent | 8fe7623adb9e05bf583014ef9cb25e88038b0242 (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 %} |