commit 720e5937d5491da8bb2ee02bf311570060054955 Author: Antonela antonela@torproject.org Date: Mon Oct 26 11:47:23 2020 +0000
Update social media card to make it large --- templates/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/meta.html b/templates/meta.html index eea5792f..9f121524 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -3,7 +3,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }} | {{ this.title }}"> -<meta name="twitter:card" content="summary" /> +<meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:site" content="@torproject" /> <meta name="twitter:creator" content="@torproject" /> <meta name="twitter:image" content="https://donate.torproject.org/static/images/donate/social-media-card.png"/>
tor-commits@lists.torproject.org