diff options
| author | Julian Thilo <[email protected]> | 2013-05-23 02:30:58 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-05-23 02:30:58 +0200 |
| commit | 52a348aa3f5e06e6429f386002f653dac7a35a99 (patch) | |
| tree | 73f5ace4a5189552836147fa9320c88011ecaa0c /docs/_layouts | |
| parent | 7cbec6e89a0f8a14afe2e601159ecc6a52062205 (diff) | |
| download | bootstrap-52a348aa3f5e06e6429f386002f653dac7a35a99.tar.xz bootstrap-52a348aa3f5e06e6429f386002f653dac7a35a99.zip | |
Bring the customizer up to speed
I reworked the customizer to match the new docs layout and include all
newly added variables, etc.
Would be glad to keep an eye on Customize and update it as v3 changes.
Help blocks in my new version need some more work, too, so this is just
a basis.
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> |
