diff --git a/Gemfile b/Gemfile index 26aac534..df9cbac8 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem "jekyll", "~> 4.3.3" # This is the default theme for new Jekyll sites. You may change this to anything you like. #gem "just-the-docs", github:"pmarsceill/just-the-docs" -gem "just-the-docs", "~> 0.6.2" +gem "just-the-docs", "~> 0.8.2" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins diff --git a/_layouts/default.html b/_layouts/default.html index e21b41e4..13446740 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -58,11 +58,11 @@ {% if collections_size > 1 %}
{% endif %} - {% include nav.html pages=collection %} + {% include components/nav.html pages=collection %} {% endif %} {% endfor %} {% else %} - {% include nav.html pages=site.html_pages %} + {% include components/nav.html pages=site.html_pages %} {% endif %}