aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-18 12:28:50 -0700
committerMark Otto <[email protected]>2015-04-18 12:28:50 -0700
commit7e86bfd9acaba9039a6fb90c9fb48a69161efea4 (patch)
tree6ddab9c3c91a828e7ad98374cfc129590bf3dc34 /docs/_includes
parentd64c93e09adfa59638a15b7a274641330a70ea89 (diff)
downloadbootstrap-7e86bfd9acaba9039a6fb90c9fb48a69161efea4.tar.xz
bootstrap-7e86bfd9acaba9039a6fb90c9fb48a69161efea4.zip
change nav to use index files for each section; stub out index views for everything
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/nav-docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html
index 9c8b560f9..09b70bf46 100644
--- a/docs/_includes/nav-docs.html
+++ b/docs/_includes/nav-docs.html
@@ -23,7 +23,7 @@
{% endif %}
<div class="bd-toc-item {{ active }}">
- <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}">
+ <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/">
{{ group.title }}
</a>