summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
+}