diff options
| author | Mark Otto <[email protected]> | 2014-08-03 16:23:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-03 16:23:32 -0700 |
| commit | 99edff6dda4563af225245bb66e8f943652dfba2 (patch) | |
| tree | 50e8b95cc07754ac3ba8f6c6498daaec10e9380d /docs/_includes | |
| parent | ae9c1609329ff4e033635105aba7ec4aa9899ffb (diff) | |
| download | bootstrap-99edff6dda4563af225245bb66e8f943652dfba2.tar.xz bootstrap-99edff6dda4563af225245bb66e8f943652dfba2.zip | |
fix sidebar again
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/docs-nav.html | 2 |
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> |
