Created
October 13, 2016 20:35
-
-
Save felipeorlando/c0aecfab094c93e190067a2bd4558542 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
<% 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