Skip to content

Commit afd6b37

Browse files
authored
Merge pull request #539 from tlfrd/fix-broken-twitter-card-on-homepage
Add Twitter description meta tag to homepage
2 parents 6888f89 + 0cf21b4 commit afd6b37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/views/application/_social_meta.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131
<%= twitter_card_tag 'description', @petition.background %>
3232
<% else %>
3333
<%= twitter_card_tag 'title', page_title %>
34+
<%= 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' %>
3435
<% end %>

0 commit comments

Comments
 (0)