+
diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html
index 26f5f95b18..50b59a982f 100644
--- a/docs/_includes/page-headers.html
+++ b/docs/_includes/page-headers.html
@@ -18,6 +18,11 @@
Over a dozen reusable components built to provide buttons, dropdowns, input groups, navigation, alerts, and much more.
+{% elsif page.group == "utilities" %}
+
Utilities
+
+ Bootstrap includes dozens of utilities—classes with a single purpose to reduce the frequency of highly repetitive declarations.
+
{% elsif page.group == "javascript" %}
JavaScript plugins
diff --git a/docs/_includes/social.html b/docs/_includes/social.html
new file mode 100644
index 0000000000..c488ea6108
--- /dev/null
+++ b/docs/_includes/social.html
@@ -0,0 +1,31 @@
+
+
+
+
+{% if page.title %}
+
+
+
+
+{% else %}
+
+
+
+
+{% endif %}
+
+
+{% if page.title %}
+
+
+
+{% else %}
+
+
+
+{% endif %}
+
+
+
+
+
diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html
index 7a4b710c56..3e0e4ccce2 100644
--- a/docs/_layouts/docs.html
+++ b/docs/_layouts/docs.html
@@ -21,10 +21,10 @@