Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/article.html @ 42:51d2ddc51e40
update the theme with the latest changes from upstream
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 30 Sep 2014 03:53:59 +0200 |
parents | bd8e75de187a |
children | ea8a767f5111 |
comparison
equal
deleted
inserted
replaced
41:47fa61e1845e | 42:51d2ddc51e40 |
---|---|
10 | 10 |
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 {% if DISQUS_SITENAME %} |
16 {% include 'simple_comments.html' %} | 16 {% include "disqus.html" %} |
17 {% endif %} | |
18 {% include "simple_comments.html" %} | |
17 </div> | 19 </div> |
18 {% endblock %} | 20 {% endblock %} |