Sha256: 9d2b6db39875e763693ae8dc8203f2c3fdbf3b63954fd975bff7675b15583361
Contents?: true
Size: 1.1 KB
Versions: 5
Compression:
Stored size: 1.1 KB
Contents
<!DOCTYPE html> %html(lang="en") %head %meta(charset="utf-8") %meta(content="width=device-width, initial-scale=1.0" name="viewport") - if @description %meta(name="description" content=@description) - if @keywords %meta(name="keywords" content=@keywords) %title= @title %link(href='//fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css') <!--[if ! lte IE 6]><!--> %link(href="#{path_to('/css/master.css')}" media="screen" rel="stylesheet") - local_stylesheet_link_tag('local') <!--<![endif]--> /[if lte IE 6] %link(rel="stylesheet" href="//universal-ie6-css.googlecode.com/files/ie6.1.1.css" media="screen, projection") /[if lt IE 9] %script(src="//html5shim.googlecode.com/svn/trunk/html5.js") %script(src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js") %link(href="#{path_to('/articles.xml')}" rel="alternate" type="application/atom+xml") = haml :analytics, :layout => false %body #container = haml :header, :layout => false = yield = haml :footer, :layout => false
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
nesta-0.18.0 | views/layout.haml |
nesta-0.17.0 | views/layout.haml |
nesta-0.16.0 | views/layout.haml |
nesta-0.15.0 | views/layout.haml |
nesta-0.14.0 | views/layout.haml |