Sha256: 604a0e757abee5e42a0de677736d3862b384c833df26b671ec96118c30bcac45
Contents?: true
Size: 697 Bytes
Versions: 1
Compression:
Stored size: 697 Bytes
Contents
%meta{ 'http-equiv' => "content-type", :content => "text/html;charset=utf-8" } = csrf_meta_tag %title <%= app_name.classify %> = stylesheet_link_tag asset_dir = javascript_include_tag asset_dir %link{ :rel => 'shortcut icon' ,:href => '/favicon.ico' } %meta{ :property => 'og:title' ,:content => '<%= app_name.classify %>' } %meta{ :property => 'og:type' ,:content => 'website' } %meta{ :property => 'og:url' ,:content => 'https://domain.com' } %meta{ :property => 'og:image' ,:content => 'https://domain.com/assets/logo.png' } %meta{ :property => 'og:site_name' ,:content => '<%= app_name.classify %>' } %meta{ :property => 'og:description',:content => '' }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
laces-0.1.0 | templates/app/views/layouts/_head.haml |