Skip to content

Commit

Permalink
render the meta keywords and description as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterberkenbosch committed Feb 15, 2012
1 parent 449ae83 commit 46978ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/spree/static_content/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<%- else -%>
<meta name="title" content="<%=@page.title%>">
<%- end -%>

<meta name="keywords" content="<%=@page.meta_keywords%>">
<meta name="keywords" content="<%=@page.meta_description%>">

<% end -%>
Expand Down

0 comments on commit 46978ea

Please sign in to comment.