diff options
| author | Mark Otto <[email protected]> | 2014-07-10 20:02:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-10 20:02:47 -0700 |
| commit | e8bd019a19a82b2796b77101cb43892138f4935e (patch) | |
| tree | aa1c76aac39c9b74d18d46678e1159dbc4dd6479 /docs/_layouts/default.html | |
| parent | 55d6b3fcda52fe89116319c086aa39573c28de80 (diff) | |
| download | bootstrap-e8bd019a19a82b2796b77101cb43892138f4935e.tar.xz bootstrap-e8bd019a19a82b2796b77101cb43892138f4935e.zip | |
move all css files over to components dir
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index da91a9145..ebbaf0e64 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -14,6 +14,11 @@ {% if page.url contains "getting-started" %} <h1>Getting started</h1> <p class="lead">Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.</p> + {% elsif page.url contains "css" %} + <p class="lead">Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system.</p> + {% elsif page.url contains "examples" %} + <h1>Examples</h1> + <p class="lead">Examples.</p> {% endif %} {% include ads.html %} |
