diff --git a/src/config/2020.json b/src/config/2020.json index 300528d05c0..dd2a667a842 100644 --- a/src/config/2020.json +++ b/src/config/2020.json @@ -1,7 +1,7 @@ { "settings": [ { - "is_live": false, + "is_live": true, "supported_languages": ["en","es","fr","ja"], "ebook_languages": [] } diff --git a/src/templates/base/2020/index.html b/src/templates/base/2020/index.html index 5ba46729110..f3b66c08816 100644 --- a/src/templates/base/2020/index.html +++ b/src/templates/base/2020/index.html @@ -22,6 +22,39 @@ {% block styles %} {{ super() }} + {% endblock %} {# Hide the TOC, Contributors and Methodology for now #} @@ -35,7 +68,7 @@
{{ year }}

{{ self.intro_title() }}

{{ self.intro_sub_title() }}

-

{{ self.mission() }}

+
{{ self.mission() }}
@@ -44,5 +77,10 @@

{{ self.intro_sub_title() }}

+
+
+ +
+
{% endblock %} diff --git a/src/templates/en/2020/index.html b/src/templates/en/2020/index.html index b2f487db9a4..256b409c497 100644 --- a/src/templates/en/2020/index.html +++ b/src/templates/en/2020/index.html @@ -6,11 +6,19 @@ {% block twitter_image_alt %}The {{ year }} Web Almanac{% endblock %} {% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} -{% block date_modified %}2020-06-27T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-07-03T00:00:00.000Z{% endblock %} -{% block intro_title %}Web Almanac{% endblock %} -{% block intro_sub_title %}HTTP Archive's annual
state of the web report{% endblock %} +{% block intro_title %}Coming soon!{% endblock %} +{% block intro_sub_title %}The 2020 state of the web report{% endblock %} {% block mission %} -Coming Soon... +

+ Experts from around the web community are currently hard at work planning, analyzing, and writing content for the 2020 edition of the Web Almanac, which is on track to be published at the end of the year. +

+ +

+ There are many opportunities available for new contributors to join the project, including: authors, reviewers, analysts, editors, translators, and developers. If you're interested in contributing to the 2020 edition, we'd love to have you! +

+ +Join the team {% endblock %} diff --git a/src/templates/es/2020/index.html b/src/templates/es/2020/index.html index e8c3a66715a..c058253e85c 100644 --- a/src/templates/es/2020/index.html +++ b/src/templates/es/2020/index.html @@ -6,11 +6,19 @@ {% block twitter_image_alt %}Web Almanac {{ year }}{% endblock %} {% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} -{% block date_modified %}2020-06-27T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-07-03T00:00:00.000Z{% endblock %} -{% block intro_title %}Web Almanac{% endblock %} -{% block intro_sub_title %}HTTP Archive informe del
estado de la web anual{% endblock %} +{% block intro_title %}Coming soon!{% endblock %} +{% block intro_sub_title %}The 2020 state of the web report{% endblock %} {% block mission %} -Próximamente... +

+ Experts from around the web community are currently hard at work planning, analyzing, and writing content for the 2020 edition of the Web Almanac, which is on track to be published at the end of the year. +

+ +

+ There are many opportunities available for new contributors to join the project, including: authors, reviewers, analysts, editors, translators, and developers. If you're interested in contributing to the 2020 edition, we'd love to have you! +

+ +¡Únete al equipo! {% endblock %} diff --git a/src/templates/fr/2020/index.html b/src/templates/fr/2020/index.html index d277eb3ad49..bea2e4a1167 100644 --- a/src/templates/fr/2020/index.html +++ b/src/templates/fr/2020/index.html @@ -6,11 +6,19 @@ {% block twitter_image_alt %}Web Almanac {{ year }}{% endblock %} {% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} -{% block date_modified %}2020-06-27T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-07-03T00:00:00.000Z{% endblock %} -{% block intro_title %}Web Almanac{% endblock %} -{% block intro_sub_title %}Rapport annuel
de HTTP Archive sur
l’état du Web{% endblock %} +{% block intro_title %}Coming soon!{% endblock %} +{% block intro_sub_title %}The 2020 state of the web report{% endblock %} {% block mission %} -Bientôt disponible... +

+ Experts from around the web community are currently hard at work planning, analyzing, and writing content for the 2020 edition of the Web Almanac, which is on track to be published at the end of the year. +

+ +

+ There are many opportunities available for new contributors to join the project, including: authors, reviewers, analysts, editors, translators, and developers. If you're interested in contributing to the 2020 edition, we'd love to have you! +

+ +Rejoignez les équipe! {% endblock %} diff --git a/src/templates/ja/2020/index.html b/src/templates/ja/2020/index.html index 1e0fa5f3606..27e1c83a65f 100644 --- a/src/templates/ja/2020/index.html +++ b/src/templates/ja/2020/index.html @@ -6,11 +6,19 @@ {% block twitter_image_alt %}The {{ year }} Web Almanac{% endblock %} {% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} -{% block date_modified %}2020-06-27T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-07-03T00:00:00.000Z{% endblock %} -{% block intro_title %}Web Almanac{% endblock %} -{% block intro_sub_title %}HTTP Archiveの年次報告書
ウェブの状態レポート{% endblock %} +{% block intro_title %}Coming soon!{% endblock %} +{% block intro_sub_title %}The 2020 state of the web report{% endblock %} {% block mission %} -近日公開 +

+ Experts from around the web community are currently hard at work planning, analyzing, and writing content for the 2020 edition of the Web Almanac, which is on track to be published at the end of the year. +

+ +

+ There are many opportunities available for new contributors to join the project, including: authors, reviewers, analysts, editors, translators, and developers. If you're interested in contributing to the 2020 edition, we'd love to have you! +

+ +チームに参加しよう! {% endblock %}