Sha256: 28438db0f87c3fcdaa1450ff96abbbf939c6a3c6b264576a96a172edee564254

Contents?: true

Size: 824 Bytes

Versions: 5

Compression:

Stored size: 824 Bytes

Contents

!!!
%html{ "xml:lang" => I18n.locale, :lang => I18n.locale, :xmlns => "http://www.w3.org/1999/xhtml" }
  %head
    %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
    %title
      = yield :title
      |
      = Setting.first.name
    - if kw = yield(:meta_keywords) and !kw.blank?
      %meta{ :name => 'keywords', :content => kw}
    - if desc = yield(:meta_description) and !desc.blank?
      %meta{ :name => 'description', :content => desc }
    %meta{ :name => 'generator', :content => 'Forgeos Cms 0.9.5' }
    = yield :meta

    %link{ :href => "favicon.ico", :rel => "icon", :type => "image/x-icon" }
    %link{ :href => "favicon.ico", :rel => "shortcut icon", :type => "image/x-icon" }
    = stylesheet_link_tag 'application'
  %body
    = display_menu(@menu) if @menu
    = yield

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
forgeos_cms-1.9.5.rc1 app/views/layouts/application.html.haml
forgeos_cms-1.9.4 app/views/layouts/application.html.haml
forgeos_cms-1.9.2 app/views/layouts/application.html.haml
forgeos_cms-1.9.1 app/views/layouts/application.html.haml
forgeos_cms-1.9.0 app/views/layouts/application.html.haml