commit a673839889887b1cb819379716a6f1ce8b44c8d8 Author: hiro hiro@torproject.org Date: Wed Dec 12 17:48:46 2018 +0100
Updates to templates --- content/contents+en.lr | 2 +- content/contents+es.lr | 2 +- content/contents+fr.lr | 2 +- content/contents.lr | 2 +- i18n/contents+en.po | 4 ++-- i18n/contents+es.po | 4 ++-- i18n/contents+fr.po | 4 ++-- i18n/contents.pot | 4 ++-- templates/home.html | 2 +- templates/layout.html | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/content/contents+en.lr b/content/contents+en.lr index c42bd96..c196de1 100644 --- a/content/contents+en.lr +++ b/content/contents+en.lr @@ -4,7 +4,7 @@ color: dark --- _template: jumbotron.html --- -title: Tor Project | +title: Anonymity Online --- body:
diff --git a/content/contents+es.lr b/content/contents+es.lr index c42bd96..c196de1 100644 --- a/content/contents+es.lr +++ b/content/contents+es.lr @@ -4,7 +4,7 @@ color: dark --- _template: jumbotron.html --- -title: Tor Project | +title: Anonymity Online --- body:
diff --git a/content/contents+fr.lr b/content/contents+fr.lr index c42bd96..c196de1 100644 --- a/content/contents+fr.lr +++ b/content/contents+fr.lr @@ -4,7 +4,7 @@ color: dark --- _template: jumbotron.html --- -title: Tor Project | +title: Anonymity Online --- body:
diff --git a/content/contents.lr b/content/contents.lr index c42bd96..c196de1 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -4,7 +4,7 @@ color: dark --- _template: jumbotron.html --- -title: Tor Project | +title: Anonymity Online --- body:
diff --git a/i18n/contents+en.po b/i18n/contents+en.po index e2becaf..3f46ec2 100644 --- a/i18n/contents+en.po +++ b/i18n/contents+en.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-12 15:24+CET\n" +"POT-Creation-Date: 2018-12-12 17:47+CET\n" "PO-Revision-Date: 2018-09-19 22:39+CET\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -49,7 +49,7 @@ msgstr "" "found in our "
#: templates/home.html:7 templates/layout.html:7 -msgid "Tor Project | " +msgid "Tor Project" msgstr ""
#: templates/navbar.html:10 diff --git a/i18n/contents+es.po b/i18n/contents+es.po index 838e87f..e034747 100644 --- a/i18n/contents+es.po +++ b/i18n/contents+es.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-12 15:24+CET\n" +"POT-Creation-Date: 2018-12-12 17:47+CET\n" "PO-Revision-Date: 2018-09-24 16:29+0200\n" "Last-Translator: emmapeel emma.peel@riseup.net\n" "Language-Team: none\n" @@ -50,7 +50,7 @@ msgstr "" "las reglas de uso por terceras partes, en nuestra"
#: templates/home.html:7 templates/layout.html:7 -msgid "Tor Project | " +msgid "Tor Project" msgstr ""
#: templates/navbar.html:10 diff --git a/i18n/contents+fr.po b/i18n/contents+fr.po index 4c77952..455c0cb 100644 --- a/i18n/contents+fr.po +++ b/i18n/contents+fr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-12 15:24+CET\n" +"POT-Creation-Date: 2018-12-12 17:47+CET\n" "PO-Revision-Date: 2018-09-21 17:05+0200\n" "Last-Translator: emmapeel emma.peel@riseup.net\n" "Language-Team: none\n" @@ -49,7 +49,7 @@ msgid "" msgstr ""
#: templates/home.html:7 templates/layout.html:7 -msgid "Tor Project | " +msgid "Tor Project" msgstr ""
#: templates/navbar.html:10 diff --git a/i18n/contents.pot b/i18n/contents.pot index eec5fe2..a2881d4 100644 --- a/i18n/contents.pot +++ b/i18n/contents.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-12 15:27+CET\n" +"POT-Creation-Date: 2018-12-12 17:48+CET\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: en LL@li.org\n" @@ -42,7 +42,7 @@ msgid "" msgstr ""
#: templates/home.html:7 templates/layout.html:7 -msgid "Tor Project | " +msgid "Tor Project" msgstr ""
#: templates/navbar.html:10 diff --git a/templates/home.html b/templates/home.html index 4fa92d4..4048a5b 100644 --- a/templates/home.html +++ b/templates/home.html @@ -4,7 +4,7 @@ <link rel="stylesheet" href="{{ '/static/bootstrap.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/open-iconic/font/css/open-iconic-bootstrap.css'|asseturl }}">
-<title>{% block title %}{{ this.title }}{% endblock %} {{ _("Tor Project | ") }}</title> +<title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title> <body class="no-gutters"> <header> {% include 'navbar.html' %} diff --git a/templates/layout.html b/templates/layout.html index 47dc9c0..fd486e6 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -4,7 +4,7 @@ <link rel="stylesheet" href="{{ '/static/bootstrap.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/open-iconic/font/css/open-iconic-bootstrap.css'|asseturl }}">
-<title>{% block title %}{{ this.title }}{% endblock %} | {{ _("Tor Project | ") }}</title> +<title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title> <body class="no-gutters"> <header> {% include 'navbar.html' %}