comparison themes/tuxlite_tbs/templates/article.html @ 72:c2b99e876559 pelican_comment_system

use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 02 Jan 2016 04:47:39 +0100
parents ea8a767f5111
children fc7e1e904aba
comparison
equal deleted inserted replaced
71:6e8d97e43bd7 72:c2b99e876559
22 {% include "twitter.html" %} 22 {% include "twitter.html" %}
23 {% if DISQUS_SITENAME %} 23 {% if DISQUS_SITENAME %}
24 {% include "disqus.html" %} 24 {% include "disqus.html" %}
25 {% endif %} 25 {% endif %}
26 {% include "simple_comments.html" %} 26 {% include "simple_comments.html" %}
27 {% include "pelican_comment_system.html" %}
28 {% include "add_comment.html" %}
27 </div> 29 </div>
28 {% endblock %} 30 {% endblock %}