Skip to content

Instantly share code, notes, and snippets.

@joelbrewer
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save joelbrewer/f24b7ddb9ff30d36ea2e to your computer and use it in GitHub Desktop.

Select an option

Save joelbrewer/f24b7ddb9ff30d36ea2e to your computer and use it in GitHub Desktop.
!!!
%html
%head
%meta{:charset => "utf-8"}
%meta{:content => "IE=edge", "http-equiv" => "X-UA-Compatible"}
%meta{:content => "width=device-width, initial-scale=1", :name => "viewport"}
%meta{:content => "", :name => "description"}
%meta{:content => "", :name => "author"}
%link{:href => "../../favicon.ico", :rel => "icon"}
%title Brivity
%link{rel: :stylesheet, type: "text/css", href: "dist/font-awesome.min.css"}
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
= javascript_include_tag 'application', 'data-turbolinks-track' => true
= csrf_meta_tags
%body
= render 'layouts/layout'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment