diff options
| author | Mark Otto <[email protected]> | 2016-02-06 15:01:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 15:01:44 -0800 |
| commit | 9c69f6f5c58cd4876e655ec6a9d78816b9fa9590 (patch) | |
| tree | 685fdf419a12887a56f86b3e36740a3928e9a971 /docs/_includes | |
| parent | 447fc28f8d1ad0df1800eb41d6edbb76a8f13f15 (diff) | |
| parent | d5e474b4ab8fb51d4bf335a026ab56de4dcdb90d (diff) | |
| download | bootstrap-9c69f6f5c58cd4876e655ec6a9d78816b9fa9590.tar.xz bootstrap-9c69f6f5c58cd4876e655ec6a9d78816b9fa9590.zip | |
Merge branch 'v4-dev' into v4-font-stack
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-docs.html | 1 |
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 %} |
