[donate/master] Add a period at the end of description in metatags.

commit 4c4aa191a3fbc928b829624cc5baf9b331e4b619 Author: Stephanie Kirtiadi <skirtiadi@giantrabbit.com> Date: Fri Oct 25 11:46:07 2019 -0700 Add a period at the end of description in metatags. Issue #43360 --- templates/default-meta-tags.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default-meta-tags.twig b/templates/default-meta-tags.twig index d58afa87..5eed51f9 100644 --- a/templates/default-meta-tags.twig +++ b/templates/default-meta-tags.twig @@ -1,11 +1,11 @@ <meta property="og:url" content="{{ baseUrl }}" /> <meta property="og:type" content="article" /> <meta property="og:title" content="{% trans %}Take back the internet with Tor{% endtrans %}" /> - <meta property="og:description" content="{% trans %}Privacy and freedom online should be the default.{% endtrans %} {% trans %}Donate to the Tor Project{% endtrans %}" /> + <meta property="og:description" content="{% trans %}Privacy and freedom online should be the default.{% endtrans %} {% trans %}Donate to the Tor Project.{% endtrans %}" /> <meta property="og:image" content="{{ baseUrl }}/images/og-image-take-back-internet-tor.png" /> <meta name="twitter:card" content="{% trans %}summary_large_image{% endtrans %}" /> <meta name="twitter:site" content="{% trans %}@torproject{% endtrans %}" /> <meta name="twitter:title" content="{% trans %}Take back the internet with Tor{% endtrans %}" /> - <meta name="twitter:description" content="{% trans %}Privacy and freedom online should be the default.{% endtrans %} {% trans %}Donate to the Tor Project{% endtrans %}" /> + <meta name="twitter:description" content="{% trans %}Privacy and freedom online should be the default.{% endtrans %} {% trans %}Donate to the Tor Project.{% endtrans %}" /> <meta name="twitter:image" content="{{ baseUrl }}/images/og-image-take-back-internet-tor.png" />
participants (1)
-
peterh@torproject.org