summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
blob: eeaae92bbaf2643fab4b50e32843956988bb0165 (plain)
1
2
3
4
5
6
<div class="share-buttons">
<img src="/static/fbbutton.png" class="share-button" onclick="Share.facebook(this)">
<img src="/static/tumblricon.png" class="share-button" onclick="Share.tumblr(this)">
<img src="/static/twittericon.png" class="share-button" onclick="Share.twitter(this)">
<img src="/static/delishicon.png" class="share-button" onclick="Share.delicious(this)">
</div>