diff options
| author | Mark Otto <[email protected]> | 2014-01-18 14:12:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-18 14:12:04 -0800 |
| commit | cfe38a424102881b2af7db455a3d32e34ccca6e2 (patch) | |
| tree | 25906e66e268121f51b12801ecc7d5fe9c474a29 /docs/_layouts/default.html | |
| parent | b2e88d1359606ddf0a052d245db79ef70bd68dcd (diff) | |
| parent | b1721f42cc8298fb691530614ee6d52389872e25 (diff) | |
| download | bootstrap-cfe38a424102881b2af7db455a3d32e34ccca6e2.tar.xz bootstrap-cfe38a424102881b2af7db455a3d32e34ccca6e2.zip | |
Merge branch 'master' into modal-md
Diffstat (limited to 'docs/_layouts/default.html')
| -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 3c7e70a12..c69c4fd10 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -40,6 +40,8 @@ {% include nav-customize.html %} {% elsif page.slug == "about" %} {% include nav-about.html %} + {% elsif page.slug == "migration" %} + {% include nav-migration.html %} {% endif %} </ul> </div> |
