summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-30 00:31:49 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-30 00:31:49 -0400
commitb690dee0595a303fa589d46a214051012df29e76 (patch)
treef65591e1a9c09f5424a8561871965c5ecf617072
parentbb0a4f4e126c05fc73d566986fd1612468f5be67 (diff)
downloadblog.tozt.net-b690dee0595a303fa589d46a214051012df29e76.tar.gz
blog.tozt.net-b690dee0595a303fa589d46a214051012df29e76.zip
tweak the disqus stuff a bit
-rw-r--r--tozt/layouts/posts.html2
-rw-r--r--tozt/stylesheets/style.css6
2 files changed, 8 insertions, 0 deletions
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
</ul>
</div>
<hr>
+<div class="disqus">
{{{ widgets.comments }}}
+</div>
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;
+}