aboutsummaryrefslogtreecommitdiffstats
path: root/src/_layouts/default.haml
blob: f2c2c65b1ebc871e90b445cc74a6d4961e136709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
!!!
%html
  %head
    %title Thrash and Burn Tour 2012
    %meta{ :charset => 'UTF-8' }
    = stylesheets
    %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"}}