diff options
Diffstat (limited to 'theme/templates/site.html')
-rw-r--r-- | theme/templates/site.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/site.html b/theme/templates/site.html index 7db7449..cf90c9a 100644 --- a/theme/templates/site.html +++ b/theme/templates/site.html @@ -17,7 +17,7 @@ {% block description %}{% if progress.current.level == "0" %}{{ description }}{% endif %}{% endblock %} {% block content %} - <div class="book" {% if githubId %}data-github="{{ githubId }}"{% endif %} data-level="{{ progress.current.level }}" data-basepath="{{ basePath }}" data-revision="{{ revision }}"> + <div class="book" data-level="{{ progress.current.level }}" data-basepath="{{ basePath }}" data-revision="{{ revision }}"> {% include "includes/book/summary.html" %} <div class="book-body"> <div class="body-inner"> |