From 34009ecd619424b276c5cd3e79ae4fc32d9af6e1 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Wed, 15 Nov 2017 21:56:48 -0500 Subject: [PATCH] Add Isso comments to blog --- _includes/comments.html | 10 ++++++++++ _layouts/post.html | 2 ++ css/main.css | 15 +++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 _includes/comments.html 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; +}