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.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/theme/templates/website/page.html b/theme/templates/website/page.html
index 5b609ae..6c29164 100644
--- a/theme/templates/website/page.html
+++ b/theme/templates/website/page.html
@@ -14,7 +14,13 @@
{% block description %}{% if progress.current.level == "0" %}{{ description }}{% endif %}{% endblock %}
{% block content %}
- <div class="book" data-level="{{ progress.current.level }}" data-chapter-title="{{ progress.current.title }}" data-filepath="{{ progress.current.path }}" data-basepath="{{ basePath }}" data-revision="{{ revision }}">
+ <div class="book"
+ data-level="{{ progress.current.level }}"
+ data-chapter-title="{{ progress.current.title }}"
+ data-filepath="{{ progress.current.path }}"
+ data-basepath="{{ basePath }}"
+ data-revision="{{ revision }}"
+ data-innerlanguage="{{ innerlanguage }}">
{% include "includes/summary.html" %}
<div class="book-body">
<div class="body-inner">