diff options
Diffstat (limited to 'templates')
-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 db15113..43932c4 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 %}"> +<div class="book {% if _input == "README.md" %}with-summary{% endif %}" data-github="{{ githubId }}"> {% include "includes/book/header.html" %} {% include "includes/book/summary.html" %} |