From b690dee0595a303fa589d46a214051012df29e76 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 30 Oct 2013 00:31:49 -0400 Subject: tweak the disqus stuff a bit --- tozt/layouts/posts.html | 2 ++ tozt/stylesheets/style.css | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/tozt/layouts/posts.html b/tozt/layouts/posts.html index 6bb7b4b..ac859a8 100644 --- a/tozt/layouts/posts.html +++ b/tozt/layouts/posts.html @@ -37,4 +37,6 @@ layout : default
+
{{{ widgets.comments }}} +
diff --git a/tozt/stylesheets/style.css b/tozt/stylesheets/style.css index 25c6915..6e2cfe4 100644 --- a/tozt/stylesheets/style.css +++ b/tozt/stylesheets/style.css @@ -315,3 +315,9 @@ h3 a:visited { .pagination li.active a:visited { text-decoration : none; } + +.disqus { + background-color : #58a; + padding : 8px; + border : 1px solid black; +} -- cgit v1.2.3-54-g00ecf