aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-25 23:57:37 -0700
committerfat <[email protected]>2013-07-25 23:57:37 -0700
commit5588e14867ee5d917ec97a32329a216c3c0ed527 (patch)
tree1a469ec28e56482ec4a425a6d7c1939057ac6e00 /_layouts/default.html
parent778f3a3df7b2ff98fc698f75c6c804e708bea93a (diff)
parent1659ac64732b71f207a278aa54aaf551295bf222 (diff)
downloadbootstrap-5588e14867ee5d917ec97a32329a216c3c0ed527.tar.xz
bootstrap-5588e14867ee5d917ec97a32329a216c3c0ed527.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 19388fbf0..edd211665 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -30,15 +30,15 @@
<div class="bs-sidebar">
<ul class="nav bs-sidenav">
{% if page.slug == "getting-started" %}
- {% include nav-getting-started.html %}
+ {% include nav-getting-started.html %}
{% elsif page.slug == "css" %}
- {% include nav-css.html %}
+ {% include nav-css.html %}
{% elsif page.slug == "components" %}
- {% include nav-components.html %}
+ {% include nav-components.html %}
{% elsif page.slug == "js" %}
- {% include nav-javascript.html %}
+ {% include nav-javascript.html %}
{% elsif page.slug == "customize" %}
- {% include nav-customize.html %}
+ {% include nav-customize.html %}
{% endif %}
</ul>
</div>
@@ -67,7 +67,7 @@
<li class="muted">&middot;</li>
<li><a href="https://github.com/twbs/bootstrap/issues?state=open">Issues</a></li>
<li class="muted">&middot;</li>
- <li><a href="https://github.com/twbs/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
+ <li><a href="https://github.com/twbs/bootstrap/releases">Releases</a></li>
</ul>
</footer>