[tor-commits] [tpo/master] Localize social media cards
hiro at torproject.org
hiro at torproject.org
Wed Mar 27 17:42:22 UTC 2019
commit a89ea438ae72b46c4f32b3173a9e621390ac8cef
Author: hiro <hiro at 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 }}">
More information about the tor-commits
mailing list