commit 6eced28b440deee337fc23156bf8a03927c28b2a Author: hiro hiro@torproject.org Date: Thu Mar 28 10:45:45 2019 +0100
Update twitter card tags --- templates/meta.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/meta.html b/templates/meta.html index 4e7b067..3a50f32 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -3,10 +3,10 @@ <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_large_image" /> +<meta name="twitter:card" content="summary" /> <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 }}"/> +<meta name="twitter:image" content="https://www.torproject.org/static/images/tor-project-logo-onions.png"/> <meta property="og:url" content="https://torproject.org" /> <meta property="og:title" content="{{ _('The Tor Project | Privacy & Freedom Online') }}" /> <meta property="og:description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }}" />
tor-commits@lists.torproject.org