0
0
zero-blog/views/layout.haml
Gibheer 9949d409f8 * changed the links to relative paths
* added links to the headings of the posts
2011-07-19 20:22:50 +02:00

25 lines
947 B
Plaintext

!!! 5
%html
%head
%title="zero-knowledge - scripte, programmieren und administrtieren"
%meta{:'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8'}
%link{:rel => 'stylesheet', :href => '/stylesheet.css', :type => 'text/css'}
%script{:src => '/public/javascript/head.min.js'}
%link{:rel => 'alternate', :type => 'application/atom+xml', :href => '/atom.xml', :title => 'Atom 1.0'}
%body
#wrapper
%header#header
%h1
%a{:href =>"/"}
%img{:src => "/public/images/zero-knowledge.png", :alt => "zero-knowledge"}
%img{:style => "float:right", :src => "/public/images/blub.png", :alt => "Logo"}
#content
=yield
%footer#footer
%p="Design and Content © 2011 by Gibheer and Stormwind"
:javascript
head.js(
'http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js',
'/public/app.js'
)