Sha256: b12f8cf0543011138b2f47c51c4411a776db301020049f76fffdfb017d84b03c

Contents?: true

Size: 418 Bytes

Versions: 1

Compression:

Stored size: 418 Bytes

Contents

doctype html
html
  head
    meta charset="utf-8"

    /! Always force latest IE rendering engine or request Chrome Frame
    meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"

    /! Use title if it's in the page YAML frontmatter
    title = data.page.title || "The Middleman"

    == stylesheet_link_tag "normalize", "all"
    == javascript_include_tag  "all"

  body class="#{page_classes}"
    == yield

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-slim-0.2.2 lib/middleman-slim/template/source/layouts/layout.slim