New version

This commit is contained in:
Vlad Faust
2016-01-16 22:52:53 +03:00
parent 1556d6ca5b
commit d472283ce4
15 changed files with 160 additions and 99 deletions

View File

@@ -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

View 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