summaryrefslogtreecommitdiffstats
path: root/templates/includes
diff options
context:
space:
mode:
Diffstat (limited to 'templates/includes')
-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 52eeb2f..161ba79 100644
--- a/templates/includes/book/summary.html
+++ b/templates/includes/book/summary.html
@@ -9,7 +9,7 @@
<li class="divider"></li>
{% for item in summary.chapters %}
<li>
- <a href="{{ basePath }}/{{ item.chapter.path }}">{{ item.chapter.title }}</a>
+ <a href="{{ basePath }}/{{ item.path }}">{{ item.title }}</a>
{% if item.articles.length > 0 %}
<ul class="articles">
{% for article in item.articles %}