diff options
Diffstat (limited to 'template/share_buttons.st')
| -rw-r--r-- | template/share_buttons.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st index eeaae92..883c66d 100644 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -1,6 +1,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/fbbutton.png" class="share-button" onclick="Share.facebook(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>
\ No newline at end of file |
