a new idea
This commit is contained in:
27
source/layouts/kinda_crafty.html.haml
Normal file
27
source/layouts/kinda_crafty.html.haml
Normal file
@ -0,0 +1,27 @@
|
||||
!!!
|
||||
/[if lt IE 7] <html class="no-js lt-ie9 lt-ie8 lt-ie7">
|
||||
/ [if IE 7] <html class="no-js lt-ie9 lt-ie8"> <![endif]
|
||||
/ [if IE 8] <html class="no-js lt-ie9"><![endif]
|
||||
%html.no-js
|
||||
%head
|
||||
%meta{charset: "utf-8"}/
|
||||
%meta{content: "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
|
||||
%meta{content: "width=device-width,initial-scale=1.0", name: "viewport"}/
|
||||
%meta{content: page_description, name: "description"}/
|
||||
%meta{content: page_keywords, name: "keywords"}/
|
||||
%title= page_title
|
||||
= stylesheet_link_tag "kinda_crafty"
|
||||
= javascript_include_tag "vendor/modernizr"
|
||||
= partial "partials/analytics"
|
||||
= yield_content :head
|
||||
%body{class: page_classes}
|
||||
/[if lt IE 8]
|
||||
<haml_loud> partial "partials/compatibility-notice" </haml_loud>
|
||||
.wrapper
|
||||
.media
|
||||
= tag :img, src: '/assets/img/star_nasa.jpg', class:'media-object'
|
||||
= partial "partials/header"
|
||||
.container-fluid
|
||||
= yield
|
||||
= partial "partials/footer"
|
||||
= javascript_include_tag "app"
|
@ -17,9 +17,7 @@
|
||||
%body{class: page_classes}
|
||||
/[if lt IE 8]
|
||||
<haml_loud> partial "partials/compatibility-notice" </haml_loud>
|
||||
.wrapper
|
||||
= partial "partials/header"
|
||||
.container-fluid
|
||||
= yield
|
||||
= partial "partials/footer"
|
||||
.container
|
||||
= partial "partials/left_side"
|
||||
= yield
|
||||
= javascript_include_tag "app"
|
||||
|
Reference in New Issue
Block a user