New version
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
!!!
|
||||
%html
|
||||
%head
|
||||
%meta{:charset => "utf-8"}/
|
||||
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
|
||||
%title= current_page.data.title || "The Middleman"
|
||||
= stylesheet_link_tag "all"
|
||||
= javascript_include_tag "all"
|
||||
= partial 'gtm'
|
||||
%body.full-screen-height.vertical-center
|
||||
= yield
|
||||
11
source/layouts/layout.html.slim
Normal file
11
source/layouts/layout.html.slim
Normal file
@@ -0,0 +1,11 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
meta charset="utf-8" /
|
||||
meta content='IE=edge,chrome=1' http-equiv="X-UA-Compatible" /
|
||||
title= @title || 'The Middleman'
|
||||
= stylesheet_link_tag 'all'
|
||||
= javascript_include_tag 'all'
|
||||
= partial 'gtm' unless development? || build?
|
||||
body
|
||||
= yield
|
||||
Reference in New Issue
Block a user