Add comments

This commit is contained in:
Jake Howard 2022-09-02 08:26:37 +01:00
parent 8b963d7936
commit 6d60cedc6f
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 6 additions and 0 deletions

View file

@ -2,4 +2,5 @@
{% block post_content %}
{% include "common/shareon.html" %}
{% include "common/comments.html" %}
{% endblock %}

View file

@ -0,0 +1,5 @@
<div class="container">
<div id="commento"></div>
</div>
<script async defer src="https://commento.theorangeone.net/js/commento.js"></script>