summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--theme/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html
index 8362d75..dd36f3c 100644
--- a/theme/templates/page.html
+++ b/theme/templates/page.html
@@ -44,7 +44,7 @@
{% for item in summary.chapters %}
{% if item.articles.length > 0 %}
<section>
- <article class="new-chapter">
+ <article id="{{ item.path }}" class="new-chapter">
<h1>{{ item.title }}</h1>
</article>