Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/article.html @ 10:bd8e75de187a
use the simple_comments plugin instead of juvia now
| author | Dirk Olmes <dirk@xanthippe.ping.de> |
|---|---|
| date | Mon, 15 Jul 2013 11:43:18 +0200 |
| parents | 6e2bcaecf3ec |
| children | 51d2ddc51e40 |
comparison
equal
deleted
inserted
replaced
| 9:6e2bcaecf3ec | 10:bd8e75de187a |
|---|---|
| 11 <hr> | 11 <hr> |
| 12 | 12 |
| 13 <h2>Comments</h2> | 13 <h2>Comments</h2> |
| 14 {% include "twitter.html" %} | 14 {% include "twitter.html" %} |
| 15 {% include 'disqus.html' %} | 15 {% include 'disqus.html' %} |
| 16 {% include 'juvia.html' %} | 16 {% include 'simple_comments.html' %} |
| 17 </div> | 17 </div> |
| 18 {% endblock %} | 18 {% endblock %} |
