# HG changeset patch
# User Dirk Olmes <dirk@xanthippe.ping.de>
# Date 1576907057 -3600
# Node ID fc7e1e904abaddcef7e632d7cf65c56080555610
# Parent  1d9382b0329bf81876ba536613b54f1041d4024e
Remove the template for my old comments system - it only produced weird looking markup without any value.

diff -r 1d9382b0329b -r fc7e1e904aba themes/tuxlite_tbs/templates/article.html
--- a/themes/tuxlite_tbs/templates/article.html	Thu Dec 19 10:04:33 2019 +0100
+++ b/themes/tuxlite_tbs/templates/article.html	Sat Dec 21 06:44:17 2019 +0100
@@ -23,7 +23,7 @@
     {% if DISQUS_SITENAME %}
 		{% include "disqus.html" %}
 	{% endif %}
-    {% include "simple_comments.html" %}
+    {# {% include "simple_comments.html" %} #}
     {% include "pelican_comment_system.html" %}
     {% include "add_comment.html" %}
     </div>