commit 560f1c0847018e0b7062f8cc71828310011b7bcd Author: hiro hiro@torproject.org Date: Wed Mar 27 18:45:09 2019 +0100
Localize social media cards --- templates/meta.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/meta.html b/templates/meta.html index ab0eb74..af7e6b3 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -2,14 +2,14 @@ <html xmlns="http://www.w3.org/1999/xhtml" {% if bag('alternatives', this.alt, 'direction') == 'text-right' %}dir="rtl"{% endif %}> <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="description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }}"> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@torproject" /> <meta name="twitter:creator" content="@torproject" /> <meta name="twitter:image:src" content="{{ '/static/images/tor-project-logo-onions.png'|asseturl }}"/> <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:description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }}" /> <meta property="og:image" content="{{ '/static/images/tor-project-logo-onions.png'|asseturl }}" /> <link rel="stylesheet" href="{{ '/static/bootstrap.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/open-iconic/font/css/open-iconic-bootstrap.css'|asseturl }}">
tor-commits@lists.torproject.org