diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-07-30 10:43:10 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-07-30 10:43:10 -0700 |
commit | b6af14b13e7992dc2b96615c90a0afbf896769e9 (patch) | |
tree | 3b0152cf69c9d4446d4192e2e38588636ef0ea65 /theme/templates/includes | |
parent | ba2134c4809b9a2695de3295efc18002136efcd7 (diff) | |
download | gitbook-b6af14b13e7992dc2b96615c90a0afbf896769e9.zip gitbook-b6af14b13e7992dc2b96615c90a0afbf896769e9.tar.gz gitbook-b6af14b13e7992dc2b96615c90a0afbf896769e9.tar.bz2 |
Remove github count stars and watchers
Diffstat (limited to 'theme/templates/includes')
-rw-r--r-- | theme/templates/includes/book/header.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/theme/templates/includes/book/header.html b/theme/templates/includes/book/header.html index e0b39f7..5be0de3 100644 --- a/theme/templates/includes/book/header.html +++ b/theme/templates/includes/book/header.html @@ -22,11 +22,6 @@ <a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Share on Twitter"><i class="fa fa-twitter"></i></a> {% endif %} - {% if githubId %} - <a href="{{ githubHost }}{{ githubId }}/stargazers" target="_blank" class="btn pull-right count-star hidden-xs"><i class="fa fa-star-o"></i> Star (<span>-</span>)</a> - <a href="{{ githubHost }}{{ githubId }}/watchers" target="_blank" class="btn pull-right count-watch hidden-xs"><i class="fa fa-eye"></i> Watch (<span>-</span>)</a> - {% endif %} - <!-- Title --> <h1> <i class="fa fa-spinner fa-spin"></i> |