aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-06 00:47:40 -0800
committerMark Otto <[email protected]>2016-02-06 00:47:40 -0800
commitcac92017d3d9fcfc4641379fc0350318efbb6059 (patch)
tree5b3d6afcb7a690139a09395b135471ba9de9f170 /docs/_includes
parente149a6035ef5689040d619ac7301f802b1dc8167 (diff)
parent29dcf9ac623c5ae13bd3d582b9e0b369ba7a3cc6 (diff)
downloadbootstrap-cac92017d3d9fcfc4641379fc0350318efbb6059.tar.xz
bootstrap-cac92017d3d9fcfc4641379fc0350318efbb6059.zip
Merge branch 'v4-dev' into v4-grid-redux
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/nav-docs.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html
index fa2984188..b4f4d1f9e 100644
--- a/docs/_includes/nav-docs.html
+++ b/docs/_includes/nav-docs.html
@@ -25,6 +25,7 @@
<ul class="nav bd-sidenav">
{% for doc in group.pages %}
{% assign slug = doc.title | downcase | replace: ' ', '-' | replace:'-&-','-' %}
+ {% capture slug %}/{{ slug }}{% endcapture %}
{% assign active = nil %}
{% if page.url contains slug %}