From 495ba6fd6d43f7b7a6b67c2dc8b1753c665598e0 Mon Sep 17 00:00:00 2001 From: Vjeux Date: Thu, 6 Jun 2013 08:18:16 +0200 Subject: [PATCH] Facebook comments integration on Docs and Blog --- _css/react.scss | 4 ++++ _layouts/default.html | 10 +++++++++- _layouts/docs.html | 2 ++ _layouts/post.html | 3 +++ 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/_css/react.scss b/_css/react.scss index ec2c9717..971701ed 100644 --- a/_css/react.scss +++ b/_css/react.scss @@ -678,3 +678,7 @@ p code { padding-top: 0; } } + +.post { + margin-bottom: 30px; +} diff --git a/_layouts/default.html b/_layouts/default.html index c76ee35e..fd08feb8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -72,6 +72,7 @@
© 2013 Facebook Inc.
+
- diff --git a/_layouts/docs.html b/_layouts/docs.html index bda55583..8df30790 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -19,5 +19,7 @@ sectionid: docs Next → {% endif %} + +
diff --git a/_layouts/post.html b/_layouts/post.html index c2da78a6..656085dc 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,5 +14,8 @@ sectionid: blog
{{ content }}
+ +
+