diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/includes/book/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/book/summary.html b/templates/includes/book/summary.html index c119cd6..2baab9a 100644 --- a/templates/includes/book/summary.html +++ b/templates/includes/book/summary.html @@ -8,7 +8,7 @@ </li> <li class="divider"></li> {% for item in summary.chapters %} - <li> + <li {% if item._path == _input %}class="active"{% endif %}> <a href="{{ basePath }}/{{ item.path }}">{{ item.title }}</a> {% if item.articles.length > 0 %} <ul class="articles"> |