homepage/source/layout.slim

53 lines
2.3 KiB
Plaintext

doctype html
/![if lt IE 7] <html class="no-js ie6 oldie" lang="en">
/![if IE 7] <html class="no-js ie7 oldie" lang="en">
/![if IE 8] <html class="no-js ie8 oldie" lang="en">
/! Consider adding a manifest.appcache: h5bp.com/d/Offline
/! [if gt IE 8]><!
html.no-js.light lang="en"
/! <![endif]
head profile==head_profile
meta charset="utf-8"
/! Mobile viewport optimized: j.mp/bplateviewport
meta name="viewport" content="width=device-width, initial-scale=1.0"
/! Always force latest IE rendering engine (even in intranet) &amp; Chrome Frame
meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"
title Higgs-Boson ~ where your dreams come true
meta property="og:title" content="Higgs-Boson ~ where your dreams come true"
meta property="og:type" content="website"
meta property="og:url" content="http://higgsboson.tk/"
meta property="og:description" content="Website of Jörg Thalheim & Albert Schulz"
meta property="og:site_name" content="Higgsboson"
meta property="og:locale" content="en_US"
meta name="description" content="Website of Jörg Thalheim & Albert Schulz"
meta name="author" content="Jörg Thalheim"
meta name="twitter:card" content="summary"
meta name="twitter:site" content="@Mic_92"
meta name="twitter:creator" content="@Mic_92"
meta name="twitter:url" content="http://higgsboson.tk"
meta name="twitter:title" content="Higgsboson"
meta property="twitter:description" content="Website of Jörg Thalheim & Albert Schulz"
meta name="twitter:image" content="http://higgsboson.tk/images/logo.png"
== stylesheet_link_tag "site.css"
link href='//fonts.googleapis.com/css?family=Maven+Pro' rel='stylesheet' type='text/css'
/![if IE 7]
link type="text/css" rel="stylesheet" media="screen" href="/stylesheets/fontawesome-ie7.css"
== yield_content :head
// Respond is a polyfill for min/max-width media queries.
// Modernizr enables HTML5 elements &amp; feature detects;
// for optimal performance, create your own custom Modernizr build: www.modernizr.com/download/
== javascript_include_tag "modernizr.custom.54013.js"
body
.pure-g-r.content
header.pure-u
== partial "navbar"
#main.pure-u-1
== yield
footer.pure-u-1
== partial "footer"
== partial "piwik"