Sha256: e940c00087d28cb2271d9faf86cf5d4f1ecaa372e24df328d64498886df2f2c4
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
doctype html html ng-app=(yield_content(:ng_app)) head meta charset='utf-8' title = current_page.data.title || yield_content(:page_title) || resource_file(current_page) meta name='viewport' content='width=device-width' = stylesheet_link_tag 'main' = stylesheet_link_tag '//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' = yield_content :stylesheets = javascript_include_tag 'head-js' body class="#{yield_content(:body_class)}" = yield = yield_content :javascripts = javascript_include_tag 'app' = yield_content :post_body
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-sculptor-0.3 | lib/middleman-sculptor/template/source/layouts/layout.slim |