aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-22 21:48:35 -0700
committerMark Otto <[email protected]>2013-05-22 21:48:35 -0700
commit41d2b707ed8a4b75df387269ec788b9b318822de (patch)
tree6d43d4a37500b18cb7fe4b842af241d6cdd7c252 /docs/_layouts
parentbb9d867cf83d6a9aed27f390b844fc02ad13ebc4 (diff)
parent52a348aa3f5e06e6429f386002f653dac7a35a99 (diff)
downloadbootstrap-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.html2
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>