2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

overhaul nav and shit again

- drop the index pages save for examples
- comment out the extend section for now
- fix up spacing fix on team list
This commit is contained in:
Mark Otto
2015-06-13 14:05:25 -07:00
parent ea803e55ff
commit e615ae053c
8 changed files with 16 additions and 186 deletions
+5 -1
View File
@@ -23,7 +23,11 @@
{% endif %}
<div class="bd-toc-item {{ active }}">
<a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/">
{% if slug == "examples" %}
<a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/">
{% else %}
<a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}">
{% endif %}
{{ group.title }}
</a>