lib/middleman-sculptor/template/source/layouts/isolated.slim in middleman-sculptor-0.16 vs lib/middleman-sculptor/template/source/layouts/isolated.slim in middleman-sculptor-0.17
- old
+ new
@@ -1,16 +1,9 @@
doctype html
html
head
meta charset='utf-8'
- title
- - current_section = current_page.metadata.locals[:section]
- - if current_section
- => current_section.title
- - else
- => current_page.data.title || yield_content(:page_title) || resource_file(current_page)
- - if current_page.data.title || current_section
- | › #{site_title}
+ title = page_title
meta name='viewport' content='width=device-width'
= yield_content :stylesheets
- if current_resource.metadata.options.iframe
= include_stylesheets(current_page.data.stylesheets || current_page.data.stylesheet)