Sha256: 04f379983eda93867a3b7d88af2ef38a5ca2ef0f4c087e284b92aef6bc6088c3

Contents?: true

Size: 479 Bytes

Versions: 1

Compression:

Stored size: 479 Bytes

Contents

doctype 5
html lang="#{I18n.locale}" xmlns:fb="http://ogp.me/ns/fb#"
  head
    meta charset='utf-8'
    title= "#{@title}#{' ยท ' if @title}#{t('site.name')}"
    = stylesheet_link_tag 'application', :media => 'screen, projection'
    /[if lt IE 9]
      = javascript_include_tag "http://html5shiv.googlecode.com/svn/trunk/html5.js"
    = csrf_meta_tag
    link rel='shortcut icon' href="/images/favicon.ico"
    = render 'layouts/catarse/analytics'
  body#platform
    = yield

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
catarse_core-1.0.0.beta app/views/layouts/catarse/embed.html.slim