From dadb3f79cd87e8d0a4d6342eb25ba0f12d0473ca 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 --- docs/_css/react.scss | 4 ++++ docs/_layouts/default.html | 10 +++++++++- docs/_layouts/docs.html | 2 ++ docs/_layouts/post.html | 3 +++ 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/_css/react.scss b/docs/_css/react.scss index ec2c9717be..971701ed81 100644 --- a/docs/_css/react.scss +++ b/docs/_css/react.scss @@ -678,3 +678,7 @@ p code { padding-top: 0; } } + +.post { + margin-bottom: 30px; +} diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index c76ee35e98..fd08feb820 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -72,6 +72,7 @@
© 2013 Facebook Inc.
+
- diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index bda55583cf..8df307908b 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -19,5 +19,7 @@ sectionid: docs Next → {% endif %} + +
diff --git a/docs/_layouts/post.html b/docs/_layouts/post.html index c2da78a6e1..656085dcb6 100644 --- a/docs/_layouts/post.html +++ b/docs/_layouts/post.html @@ -14,5 +14,8 @@ sectionid: blog
{{ content }}
+ +
+