diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index cb83a926611206ef40ce663f406ceb8c94de1caf..a4092e8f4073c6ae64490d077766454dadfc71ef 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -19,6 +19,9 @@
           <p class="lead">
             Global styles for common HTML elements, as well as dozens of reusable components like dropdowns, input groups, navigation, alerts, and much more.
           </p>
+        {% elsif page.url contains "javascript" %}
+          <h1>JavaScript</h1>
+          <p class="lead">Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.</p>
         {% elsif page.url contains "examples" %}
           <h1>Examples</h1>
           <p class="lead">Examples.</p>