Created
February 15, 2015 00:52
-
-
Save coetry/19756a90a64ba657600a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta charset='<%= Rails.application.config.encoding %>' /> | |
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]--> | |
<title><%= browser_title(yield(:title)) %></title> | |
<%= raw %(<meta name="description" content="#{@meta.meta_description}" />) if @meta.meta_description.present? -%> | |
<%= raw %(<link rel="canonical" href="#{request.protocol}#{request.host_with_port}#{@canonical}" />) if @canonical.present? -%> | |
<%= csrf_meta_tags if Refinery::Core.authenticity_token_on_frontend -%> | |
<%= html_import_tag 'application' %> | |
<%= yield :meta %> | |
<%= stylesheet_link_tag "application" %> | |
<%= yield :stylesheets %> | |
<%= render '/refinery/google_analytics' %> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment