Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/article.html @ 99:fc7e1e904aba
Remove the template for my old comments system - it only produced weird looking markup without any value.
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 21 Dec 2019 06:44:17 +0100 |
parents | c2b99e876559 |
children |
comparison
equal
deleted
inserted
replaced
98:1d9382b0329b | 99:fc7e1e904aba |
---|---|
21 <h2>Comments</h2> | 21 <h2>Comments</h2> |
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" %} | 27 {% include "pelican_comment_system.html" %} |
28 {% include "add_comment.html" %} | 28 {% include "add_comment.html" %} |
29 </div> | 29 </div> |
30 {% endblock %} | 30 {% endblock %} |