Files
vladfaust.github.io/source/layouts/layout.html.slim
Vlad Faust d472283ce4 New version
2016-01-16 22:52:53 +03:00

12 lines
293 B
Plaintext

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