commit a8d0ba51cd9057d2151f2fc2d3dfba87841fe817 Author: hiro hiro@torproject.org Date: Thu Mar 28 10:57:35 2019 +0100
Update twitter card tags --- templates/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/meta.html b/templates/meta.html index 3a50f32..a86eb82 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -10,7 +10,7 @@ <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.') }}" /> -<meta property="og:image" content="{{ '/static/images/tor-project-logo-onions.png'|asseturl }}" /> +<meta property="og:image" content="https://www.torproject.org/static/images/tor-project-logo-onions.png" /> <link rel="stylesheet" href="{{ '/static/bootstrap.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/open-iconic/font/css/open-iconic-bootstrap.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}" rel="stylesheet">
tor-commits@lists.torproject.org