diff options
Diffstat (limited to 'docs_theme/base.html')
| -rw-r--r-- | docs_theme/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs_theme/base.html b/docs_theme/base.html index 228b0ba4..004fbacd 100644 --- a/docs_theme/base.html +++ b/docs_theme/base.html @@ -114,7 +114,7 @@ {% for toc_item in toc %} - <li class="main {% if toc_item.active %}main{% endif %}"> + <li class="{% if current_page.input_path != 'index.md' %}main{% endif %}"> <a href="{{ toc_item.url }}">{{ toc_item.title }}</a> </li> |
