1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

change nav to use index files for each section; stub out index views for everything

This commit is contained in:
Mark Otto
2015-04-18 12:28:50 -07:00
parent d64c93e09a
commit 7e86bfd9ac
8 changed files with 31 additions and 2 deletions

View File

@@ -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>