diff --git a/_includes/comments.html b/_includes/comments.html
new file mode 100644
index 0000000..0031d1b
--- /dev/null
+++ b/_includes/comments.html
@@ -0,0 +1,10 @@
+
diff --git a/_layouts/post.html b/_layouts/post.html
index 531c5f3..f148218 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -17,4 +17,6 @@ layout: default
+{% include comments.html %}
+
{% include mail-form.html %}
diff --git a/css/main.css b/css/main.css
index 589df03..2bfc73d 100755
--- a/css/main.css
+++ b/css/main.css
@@ -543,3 +543,18 @@ div.options-panel form {
div.options-panel form label {
display: block;
}
+
+/*****************************************************************************/
+/*
+/* Comments (isso)
+/*
+/*****************************************************************************/
+
+.isso-postbox .textarea-wrapper {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+div.isso-postbox div.form-wrapper section.auth-section p.input-wrapper {
+ margin-right: 10px;
+}