Add comments
This commit is contained in:
parent
8b963d7936
commit
6d60cedc6f
2 changed files with 6 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
|
||||
{% block post_content %}
|
||||
{% include "common/shareon.html" %}
|
||||
{% include "common/comments.html" %}
|
||||
{% endblock %}
|
||||
|
|
5
website/common/templates/common/comments.html
Normal file
5
website/common/templates/common/comments.html
Normal 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>
|
Loading…
Reference in a new issue