diff 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
line wrap: on
line diff
--- a/themes/tuxlite_tbs/templates/article.html	Sun Jan 03 00:53:23 2016 +0100
+++ b/themes/tuxlite_tbs/templates/article.html	Wed Jan 06 16:10:11 2016 +0100
@@ -24,5 +24,7 @@
 		{% include "disqus.html" %}
 	{% endif %}
     {% include "simple_comments.html" %}
+    {% include "pelican_comment_system.html" %}
+    {% include "add_comment.html" %}
     </div>
 {% endblock %}