2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -1
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>