manveru / sociar

Open Source Social Networking Platform

This URL has Read+Write access

kuccello (author)
Thu Mar 12 19:41:20 -0700 2009
manveru (committer)
Thu Mar 12 20:08:11 -0700 2009
commit  574be38ecc7fc61aeed189ef167a5f30d487d599
tree    4eb656c651d4359e87fb6c6d37cab8e1844a6ad6
parent  db12e44d25c2b7f25d3c34896d7d498a3938c483
sociar / view / minimal_layout.haml
100644 21 lines (18 sloc) 0.623 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
!!! XML
!!!
 
%html
  %head
    %meta{'http-equiv' => "Content-Type", :content => 'text/html; charset=utf-8'}
    %meta{:name => :description, :content => config.description}
    %meta{:name => :keywords, :content => config.keywords.join(',')}
    %title= @title ||= config.title
    %link{:rel => 'shortcut icon', :href => '/favicon.ico', :type => 'image/x-icon'}
    = css_for %w[ reset text clearfix common minimal ]
    = js_for %w[ jquery ]
  %body
    #layout
      #header.clearfix
        #logo
          %a{:href => '/'}
            %img{:src => '/media/sociar.png', :alt => config.title}
 
      #content= @content