Fix metadata on donate page
This commit is contained in:
parent
922df2d8c7
commit
9815805b64
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= content_for :twitter_tags do %>
|
<%= content_for :twitter_tags do %>
|
||||||
<meta property="twitter:title" content="I support <%= raw @nonprofit.name %>!">
|
<meta property="twitter:title" content="I support <%= @nonprofit.name %>!">
|
||||||
<meta property="twitter:description" content="<%= raw @nonprofit.summary %>">
|
<meta property="twitter:description" content="<%= @nonprofit.summary %>">
|
||||||
<meta property="twitter:image" content="<%= @nonprofit.main_image_url(:nonprofit_carousel) %>" />
|
<meta property="twitter:image" content="<%= @nonprofit.main_image_url(:nonprofit_carousel) %>" />
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue