diff --git a/src/partials/tabs-item.html b/src/partials/tabs-item.html index d6babdd4d..5fa0f066d 100644 --- a/src/partials/tabs-item.html +++ b/src/partials/tabs-item.html @@ -24,13 +24,11 @@ {% if nav_item.is_homepage %}
  • {% if not page.ancestors | length and nav | selectattr("url", page.url) %} - + {{ nav_item.title }} {% else %} - + {{ nav_item.title }} {% endif %} @@ -50,12 +48,12 @@
  • {% if nav_item.active %} + class="md-tabs__link md-tabs__link--active"> {{ title }} {% else %} + class="md-tabs__link"> {{ title }} {% endif %} diff --git a/src/partials/toc-item.html b/src/partials/toc-item.html index 91a049314..4e7247b65 100644 --- a/src/partials/toc-item.html +++ b/src/partials/toc-item.html @@ -22,8 +22,7 @@
  • - + {{ toc_item.title }}