Skip to content

Commit

Permalink
Merge pull request #539 from tlfrd/fix-broken-twitter-card-on-homepage
Browse files Browse the repository at this point in the history
Add Twitter description meta tag to homepage
  • Loading branch information
pixeltrix authored Sep 7, 2016
2 parents 6888f89 + 0cf21b4 commit afd6b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/application/_social_meta.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
<%= twitter_card_tag 'description', @petition.background %>
<% else %>
<%= twitter_card_tag 'title', page_title %>
<%= twitter_card_tag 'description', 'Official online petitions in response to issues of the day, listing the number that got a Government response, and those that have been debated in the House of Parliament' %>
<% end %>

0 comments on commit afd6b37

Please sign in to comment.