aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs/templates/article.html
diff options
context:
space:
mode:
authorMatts <s@tuxlite.com>2012-02-01 10:28:42 -0500
committerMatts <s@tuxlite.com>2012-02-01 10:28:42 -0500
commit83f4323fa5b83e5f8f3bd76521d5b01699b46862 (patch)
tree1b741a207c9d9b95ffb566bdbff4c132cef019c9 /tuxlite_tbs/templates/article.html
parent5ca71a7c7793832e5becae5717b2f9ac4744bded (diff)
downloadpelican-themes-83f4323fa5b83e5f8f3bd76521d5b01699b46862.tar.gz
Various fixes and updates
- Updated CSS files with latest 2.0 release - Removed shaded borders around content - Added right margin to seperate content from sidebar - Fixed disqus code - Changed navbar color - Many misc fixes
Diffstat (limited to 'tuxlite_tbs/templates/article.html')
-rw-r--r--tuxlite_tbs/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/templates/article.html b/tuxlite_tbs/templates/article.html
index 23e3c86..d2ceffd 100644
--- a/tuxlite_tbs/templates/article.html
+++ b/tuxlite_tbs/templates/article.html
@@ -12,6 +12,6 @@
<h2>Comments</h2>
{% include "twitter.html" %}
- {% if DISQUS_SITENAME %}<div id="disqus_thread"></div>{% endif %}
+ {% include 'disqus.html' %}
</div>
{% endblock %}