Skip to content

Instantly share code, notes, and snippets.

@felipeorlando
Created October 13, 2016 20:35
Show Gist options
  • Save felipeorlando/c0aecfab094c93e190067a2bd4558542 to your computer and use it in GitHub Desktop.
Save felipeorlando/c0aecfab094c93e190067a2bd4558542 to your computer and use it in GitHub Desktop.
<% if @seo_title.blank? %>
<title>Nitro Química</title>
<% else %>
<title><%= @seo_title %> - Nitro Química</title>
<% end %>
<% unless @seo_description.blank? %>
<meta name="description" content="<%= @seo_description %>">
<% end %>
<% unless @seo_keywords.blank? %>
<meta name="keywords" content="<%= @seo_keywords %>">
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment