summaryrefslogtreecommitdiffstats
path: root/templates/includes/book/summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/includes/book/summary.html')
-rw-r--r--templates/includes/book/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/book/summary.html b/templates/includes/book/summary.html
index 161ba79..c119cd6 100644
--- a/templates/includes/book/summary.html
+++ b/templates/includes/book/summary.html
@@ -13,7 +13,7 @@
{% if item.articles.length > 0 %}
<ul class="articles">
{% for article in item.articles %}
- <li>
+ <li {% if article._path == _input %}class="active"{% endif %}>
<a href="{{ basePath }}/{{ article.path }}">{{ article.title }}</a>
</li>
{% endfor %}