commit a89ea438ae72b46c4f32b3173a9e621390ac8cef Author: hiro hiro@torproject.org Date: Wed Mar 27 18:42:20 2019 +0100
Localize 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 adb2653..ab0eb74 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -8,7 +8,7 @@ <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: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 }}" /> <link rel="stylesheet" href="{{ '/static/bootstrap.css'|asseturl }}">
tor-commits@lists.torproject.org