aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/nav-docs.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-13 14:05:25 -0700
committerMark Otto <[email protected]>2015-06-13 14:05:25 -0700
commite615ae053c816fa477d158562e20ecaf2609128d (patch)
treeac3f31f94e9dd82a2fd51af185aa66ad68e0a24a /docs/_includes/nav-docs.html
parentea803e55ffed3e75d1049b14e448c05235229f94 (diff)
downloadbootstrap-e615ae053c816fa477d158562e20ecaf2609128d.tar.xz
bootstrap-e615ae053c816fa477d158562e20ecaf2609128d.zip
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
Diffstat (limited to 'docs/_includes/nav-docs.html')
-rw-r--r--docs/_includes/nav-docs.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html
index 166117315..e87c182da 100644
--- a/docs/_includes/nav-docs.html
+++ b/docs/_includes/nav-docs.html
@@ -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>