diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-10 11:19:10 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:51 -0700 |
commit | 23ac4b846d34b297740d9bf369b4860e9947af94 (patch) | |
tree | 012d789a667a29760a30cc1084c592f71fe864a8 /theme/templates | |
parent | 691d04e99470e566eb11e9e58fe8109eeda6094c (diff) | |
download | gitbook-23ac4b846d34b297740d9bf369b4860e9947af94.zip gitbook-23ac4b846d34b297740d9bf369b4860e9947af94.tar.gz gitbook-23ac4b846d34b297740d9bf369b4860e9947af94.tar.bz2 |
Add sharing to instapaper
Diffstat (limited to 'theme/templates')
-rw-r--r-- | theme/templates/includes/book/header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/templates/includes/book/header.html b/theme/templates/includes/book/header.html index 775d242..5e1defd 100644 --- a/theme/templates/includes/book/header.html +++ b/theme/templates/includes/book/header.html @@ -22,6 +22,8 @@ <button type="button" data-sharing="twitter" class="button">Twitter</button> <button type="button" data-sharing="google-plus" class="button">Google</button> <button type="button" data-sharing="facebook" class="button">Facebook</button> + <button type="button" data-sharing="weibo" class="button">Weibo</button> + <button type="button" data-sharing="instapaper" class="button">Instapaper</button> </div> </div> </div> |