commit 2324049a6f370383b93f63052c690a6d6ce4ee6a Author: hiro hiro@torproject.org Date: Thu Mar 28 09:09:22 2019 +0100
Fix 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 4e7b067..6a69444 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -6,7 +6,7 @@ <meta name="twitter:card" content="summary_large_image" /> <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="/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