aboutsummaryrefslogtreecommitdiffstats
path: root/src/_layouts/default.haml
diff options
context:
space:
mode:
Diffstat (limited to 'src/_layouts/default.haml')
-rw-r--r--src/_layouts/default.haml15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/_layouts/default.haml b/src/_layouts/default.haml
index 4bc6d71..f2c2c65 100644
--- a/src/_layouts/default.haml
+++ b/src/_layouts/default.haml
@@ -4,5 +4,18 @@
%title Thrash and Burn Tour 2012
%meta{ :charset => 'UTF-8' }
= stylesheets
- %body
+ %script{ :type => "text/javascript", :src => "https://apis.google.com/js/plusone.js" }
+ %body
+ %div#fb-root
+ = javascripts('facebook')
= yield
+ %div#sharebar
+ %div#google_plus_button.sharebutton
+ = '<g:plusone href="http://thrash-and-burn.no"></g:plusone>'
+ %div#delicious_button.sharebutton
+ %div.icon
+ = img "delicious-icon.png", :alt => "Delicious"
+ %div.link
+ = link "Bookmark on Delicious", "http://www.delicious.com/save", :onclick => %q{window.open('http://www.delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;}
+ %div#facebook_button.sharebutton
+ %div.fb-like{:data => { :href => "http://thrash-and-burn.no", :send => "false", :width => "450", :colorscheme => "dark", 'show-faces' => "false"}}