Sha256: bd83f9b5322a40819cdba2f7bfbdbbb2e527a59f9fe69ab1bc09f737d5bf0868

Contents?: true

Size: 777 Bytes

Versions: 5

Compression:

Stored size: 777 Bytes

Contents

!!! 1.1 Strict
%html{html_attrs('en')}
  %head
    %title= @config["title"]
    %meta{ "http-equiv" => "Content-Type", "content" => "application/xhtml+xml; charset=utf-8" }
    %meta{ "http-equiv" => "Content-Language", "content" => "zh-cn" }
    %meta{ "name" => "Language", "content" => "chinese" }
    %meta{ "name" => "generator", "content" => "#{@footer[:generator]}" }
    %meta{ :name => "robots", :content => "index, follow, noarchive" }
    %meta{ :name => "googlebot", :content => "noarchive" }
    %meta{ "name" => "description", "content" => @config["description"] }
    %meta{ "name" => "keywords", "content" => @config["keywords"] }

    %link{ :rel => "stylesheet", :href => "/stylesheets/screen.css", :media => "screen", :type => "text/css" }

    %body= yield

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rblosxom-0.1.6 views/layout.haml
rblosxom-0.1.5 views/layout.haml
rblosxom-0.1.4 views/layout.haml
rblosxom-0.1.3 views/layout.haml
rblosxom-0.1.2 views/layout.haml