social buttons on articles

This commit is contained in:
Jean Petric 2015-09-27 11:23:45 +01:00
commit c4da5c9734
4 changed files with 73 additions and 0 deletions

View file

@ -49,6 +49,14 @@
{{ article.content }}
</div>
</div>
{% for file in CUSTOM_ARTICLE_FOOTERS %}
{% include "include/" + file %}
{% endfor %}
{% block scripts %}
{% if CUSTOM_SCRIPTS_ARTICLE %}
{% include "include/" + CUSTOM_SCRIPTS_ARTICLE %}
{% endif %}
{% endblock %}
<hr class="separator">
<div class="col-md-8 col-md-offset-2">
{% include 'include/disqus_comments.html' %}