summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-03-31 19:08:06 -0700
committerSamy Pessé <samypesse@gmail.com>2014-03-31 19:08:06 -0700
commit347ae52e677887413b2e68d6e3d4217b92fc88ee (patch)
treecd00d02f33cf6a698762b30708f33a1209a3cecd /templates
parent5ff6896ee55e6bc735214e0df33d6e004372a03e (diff)
downloadgitbook-347ae52e677887413b2e68d6e3d4217b92fc88ee.zip
gitbook-347ae52e677887413b2e68d6e3d4217b92fc88ee.tar.gz
gitbook-347ae52e677887413b2e68d6e3d4217b92fc88ee.tar.bz2
Fix star and watch count
Diffstat (limited to 'templates')
-rw-r--r--templates/page.html2
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" %}