commit cbab4481635713ca2e7a824d1cd1dfccce204e8e Author: hiro hiro@torproject.org Date: Wed Mar 27 19:11:20 2019 +0100
Fix social media cards --- templates/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/meta.html b/templates/meta.html index 025c3fd..4e7b067 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.') }}"> -<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="{{ '/static/images/tor-project-logo-onions.png'|asseturl }}"/>
tor-commits@lists.torproject.org