aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/docs-nav.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-03 16:23:32 -0700
committerMark Otto <[email protected]>2014-08-03 16:23:32 -0700
commit99edff6dda4563af225245bb66e8f943652dfba2 (patch)
tree50e8b95cc07754ac3ba8f6c6498daaec10e9380d /docs/_includes/docs-nav.html
parentae9c1609329ff4e033635105aba7ec4aa9899ffb (diff)
downloadbootstrap-99edff6dda4563af225245bb66e8f943652dfba2.tar.xz
bootstrap-99edff6dda4563af225245bb66e8f943652dfba2.zip
fix sidebar again
Diffstat (limited to 'docs/_includes/docs-nav.html')
-rw-r--r--docs/_includes/docs-nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html
index 9d1d6e91f..cc8e64d43 100644
--- a/docs/_includes/docs-nav.html
+++ b/docs/_includes/docs-nav.html
@@ -44,7 +44,7 @@
<ul class="nav">
{% for section in doc.sections %}
<li>
- <a href="{{ site.baseurl }}{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' }}#{{ section.title | downcase | replace: ' ', '-' }}">
+ <a href="{{ site.baseurl }}{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' }}/#{{ section.title | downcase | replace: ' ', '-' }}">
{{ section.title }}
</a>
</li>