Sha256: ed4c70b32fcff2ef3fc71470ed3f8dc47444c456d489cd23c31aff3e540567d7
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
!!! %html{ :lang => "en", "xml:lang" => "en", :xmlns => 'http://www.w3.org/1999/xhtml' } %head %meta{ "http-equiv" => "content-type", "content" => "text/html; charset=utf-8" } - if @description %meta{ "name" => "description", "content" => @description } - if @keywords %meta{ "name" => "keywords", "content" => @keywords } %title= @title %link{ :href => "/css/master.css", :media => "screen", :rel => "stylesheet", :type => "text/css" } - if local_stylesheet? %link{ :href => "/css/local.css", :media => "screen", :rel => "stylesheet", :type => "text/css" } %link{ :href => "/articles.xml", :rel => "alternate", :type => "application/atom+xml" } = haml :analytics, :layout => false %body{ :class => @body_class } #container #header %p.title= @heading %p.subtitle= @subtitle = yield #footer %p Powered by = succeed "," do %a{ :href => "http://effectif.com/nesta" } nesta designed by %a{ :href => "http://effectif.com" } Graham Ashton
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nesta-0.9.0 | views/layout.haml |