diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/sidebar-toc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar-toc.html b/layouts/partials/sidebar-toc.html index 18ca0e6..ee3a6f9 100644 --- a/layouts/partials/sidebar-toc.html +++ b/layouts/partials/sidebar-toc.html @@ -13,7 +13,7 @@ <a class="sidebar-nav-item" href="#" data-proofer-ignore>Return to Top</a> {{ range $item := .Params.toc }} - <!-- {% if page.url == node.url %} active{% endif %} --> + {{/* TODO: Add 'active' class for curent section */}} <a class="sidebar-nav-item sidebar-nav-item-toc" href="#{{ . | anchorize }}">{{ . }}</a> {{ end }} </nav> |
