Fix metadata on donate page

This commit is contained in:
Eric 2019-08-19 13:25:19 -05:00 committed by Eric Schultz
parent 922df2d8c7
commit 9815805b64

View file

@ -38,8 +38,8 @@
<% end %>
<%= content_for :twitter_tags do %>
<meta property="twitter:title" content="I support <%= raw @nonprofit.name %>!">
<meta property="twitter:description" content="<%= raw @nonprofit.summary %>">
<meta property="twitter:title" content="I support <%= @nonprofit.name %>!">
<meta property="twitter:description" content="<%= @nonprofit.summary %>">
<meta property="twitter:image" content="<%= @nonprofit.main_image_url(:nonprofit_carousel) %>" />
<% end %>