Sha256: a40937acdcb0610d75b2b2b6e5ec985d67652236b7b9156967ccdcb26315606a

Contents?: true

Size: 706 Bytes

Versions: 1

Compression:

Stored size: 706 Bytes

Contents

%head
  %title
    =yield(:title)
  %meta{:content=>"test", :name=>"description"}
  %meta{:content=>"test", :name=>"keywords"}
  %meta{:content=>"index,follow", :name=>"robots"}
  %link{:href=>"/favicon.ico", :rel=>"shortcut icon"}
  =stylesheet_link_tag('santey_blog/blueprint/screen.css', :media=> 'screen, projection')
  =stylesheet_link_tag('santey_blog/blueprint/print.css', :media=> 'print')
  =stylesheet_link_tag('santey_blog/screen.css', :media=> 'screen')
  /[if lt IE 8]
    =stylesheet_link_tag('santey_blog/blueprint/lib/ie.css', :media=> 'screen')
  =javascript_include_tag :defaults
  
  =csrf_meta_tag
  
  !=auto_discovery_link_tag(:rss, "/posts.rss", :title=>"Blog posts")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
santey_blog-0.1.2 app/views/includes/_head.html.haml