summaryrefslogtreecommitdiffstats
path: root/theme/templates/website/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/website/page.html')
-rw-r--r--theme/templates/website/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/page.html b/theme/templates/website/page.html
index 527e181..c6db959 100644
--- a/theme/templates/website/page.html
+++ b/theme/templates/website/page.html
@@ -14,7 +14,7 @@
{% block description %}{% if progress.current.level == "0" %}{{ description }}{% endif %}{% endblock %}
{% block content %}
- <div class="book" data-level="{{ progress.current.level }}" data-basepath="{{ basePath }}" data-revision="{{ revision }}">
+ <div class="book" data-level="{{ progress.current.level }}" data-filepath="{{ progress.current.path }}" data-basepath="{{ basePath }}" data-revision="{{ revision }}">
{% include "includes/summary.html" %}
<div class="book-body">
<div class="body-inner">