2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

move to separate about page

This commit is contained in:
Mark Otto
2013-09-11 12:30:46 -07:00
parent fb9c81f894
commit c69092a176
4 changed files with 85 additions and 0 deletions
+2
View File
@@ -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>