diff options
| author | Mark Otto <[email protected]> | 2014-07-12 02:18:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 02:18:46 -0700 |
| commit | 93667ae1214caec83d2256aa135b4a8e798c2bbf (patch) | |
| tree | 19fff1dbb5f3f67cb587dfc6984d0a9963d2e80a /docs/_layouts/default.html | |
| parent | 2e4bbb1cb6d8bed29816a3d82b2cd0c7a427112c (diff) | |
| download | bootstrap-93667ae1214caec83d2256aa135b4a8e798c2bbf.tar.xz bootstrap-93667ae1214caec83d2256aa135b4a8e798c2bbf.zip | |
update page layouts
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index cb83a9266..a4092e8f4 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> |
