diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-03-31 22:27:25 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-03-31 22:27:25 -0700 |
commit | 8edd5e4b3bcef7c84bf0b557a80e3e93e8f47e23 (patch) | |
tree | 4b461eb0fd079105c6e30843ea913765b3a53950 /templates/page.html | |
parent | 642a338cb062f39628407c136892fe5f328366f9 (diff) | |
download | gitbook-8edd5e4b3bcef7c84bf0b557a80e3e93e8f47e23.zip gitbook-8edd5e4b3bcef7c84bf0b557a80e3e93e8f47e23.tar.gz gitbook-8edd5e4b3bcef7c84bf0b557a80e3e93e8f47e23.tar.bz2 |
Signal and mark progress
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 43932c4..223bb87 100644 --- a/templates/page.html +++ b/templates/page.html @@ -4,7 +4,7 @@ {% block description %}{% endblock %} {% block robots %}index, follow{% endblock %} {% block content %} -<div class="book {% if _input == "README.md" %}with-summary{% endif %}" data-github="{{ githubId }}"> +<div class="book {% if _input == "README.md" %}with-summary{% endif %}" data-github="{{ githubId }}" data-level="{{ navigation.level }}"> {% include "includes/book/header.html" %} {% include "includes/book/summary.html" %} |