diff --git a/docs/__common.soy b/docs/__common.soy
index 3d22de50097..dad9c30a6d2 100644
--- a/docs/__common.soy
+++ b/docs/__common.soy
@@ -146,7 +146,9 @@ src="https://www.facebook.com/tr?id=1637165926500152&ev=PageView&noscript=1"
GitHub
-
+
{if $navid == 'home'}
diff --git a/docs/static/buck.css b/docs/static/buck.css
index 16d1e6f93ba..8da24a38a8c 100644
--- a/docs/static/buck.css
+++ b/docs/static/buck.css
@@ -592,3 +592,16 @@ block {
display: block;
}
+/* Social Banner */
+.socialBanner {
+ font-weight: bold;
+ font-size: 20px;
+ padding: 20px;
+ max-width: 768px;
+ margin: 0 auto;
+ text-align: center;
+}
+
+.socialBanner a {
+ text-decoration: underline;
+}