0
0
zero-blog/views/layout.haml
Gibheer b0f80f3b9a - changed the login path to /login
- added the posts view in the admin panel
2011-07-01 14:14:02 +02:00

20 lines
489 B
Plaintext

!!! 5
%html
%head
%title="zero-knowledge"
%link{:rel => 'stylesheet', :href => '/stylesheet.css', :type => 'text/css'}
%script{:src => 'public/head.min.js'}
%body
%header#header
%h1="zero-knowledge.org"
#content
%p.hint
%a{:href => '/admin/login'}='Adminpanel'
=yield
%footer#footer="ein footer"
:javascript
head.js(
'http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js',
'/public/app.js'
)