diff options
| author | Mark Otto <[email protected]> | 2013-09-11 12:30:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-11 12:30:46 -0700 |
| commit | c69092a17696b4a0ab6927d695f2fb56d65f498e (patch) | |
| tree | b6fb733eca1add01b166f367a13ac333cba0aaae /_layouts/default.html | |
| parent | fb9c81f8941b94b41eb815e879f045f989b5d14c (diff) | |
| download | bootstrap-c69092a17696b4a0ab6927d695f2fb56d65f498e.tar.xz bootstrap-c69092a17696b4a0ab6927d695f2fb56d65f498e.zip | |
move to separate about page
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 3f1276e4e..46a5a7f55 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -38,6 +38,8 @@ {% include nav-javascript.html %} {% elsif page.slug == "customize" %} {% include nav-customize.html %} + {% elsif page.slug == "about" %} + {% include nav-about.html %} {% endif %} </ul> </div> |
