diff options
| author | Mark Otto <[email protected]> | 2013-05-22 21:48:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-22 21:48:35 -0700 |
| commit | 41d2b707ed8a4b75df387269ec788b9b318822de (patch) | |
| tree | 6d43d4a37500b18cb7fe4b842af241d6cdd7c252 /docs/_layouts | |
| parent | bb9d867cf83d6a9aed27f390b844fc02ad13ebc4 (diff) | |
| parent | 52a348aa3f5e06e6429f386002f653dac7a35a99 (diff) | |
| download | bootstrap-41d2b707ed8a4b75df387269ec788b9b318822de.tar.xz bootstrap-41d2b707ed8a4b75df387269ec788b9b318822de.zip | |
Merge branch '3.0.0-wip' of https://github.com/juthilo/bootstrap-wip into 3.0.0-wip
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/default.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 638b5485e..d7d49e1b6 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -31,6 +31,8 @@ {% include nav-components.html %} {% elsif page.slug == "js" %} {% include nav-javascript.html %} + {% elsif page.slug == "customize" %} + {% include nav-customize.html %} {% endif %} </ul> </div> |
