diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b6e66d..e5cb0e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### Issues closed +* Fix #827 Breadcrumb and Navbar in docs * Fix #824 Code examples broken because of `text-align: center` * Fix #820 Loading spinner resizes with controls * Fix #819 Remove `height: auto` from media elements diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index db13302c..bbf557e2 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -45,9 +45,15 @@ Elements - - Components - + {% if site.vernum >= 50 %} + + Components + + {% else %} + + Components + + {% endif %} Layout diff --git a/docs/_includes/subnav-components.html b/docs/_includes/subnav-components.html index df898de3..db93c29f 100644 --- a/docs/_includes/subnav-components.html +++ b/docs/_includes/subnav-components.html @@ -1,9 +1,12 @@