comparison themes/tuxlite_tbs/templates/article.html @ 76:7aa5f064106e

Use the "standard" pelican_plugin_system for comments instead of or homegrown pelican plugin.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 06 Jan 2016 16:10:11 +0100
parents c2b99e876559
children fc7e1e904aba
comparison
equal deleted inserted replaced
69:ff642c382b2b 76:7aa5f064106e
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 %}