From c680407ebc715d72ed0ea92482e5a6e5b67a496d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2020 18:41:36 +0100 Subject: [PATCH] Generate Chapters (#1220) Co-authored-by: bazzadp --- src/templates/pt/2019/contributors.html | 2 +- src/templates/pt/2019/error.html | 2 +- src/templates/pt/2019/index.html | 2 +- src/templates/pt/2019/table_of_contents.html | 2 +- src/templates/pt/2020/contributors.html | 2 +- src/templates/pt/2020/index.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/templates/pt/2019/contributors.html b/src/templates/pt/2019/contributors.html index 6ed40b2fdd4..7a29bc1828d 100644 --- a/src/templates/pt/2019/contributors.html +++ b/src/templates/pt/2019/contributors.html @@ -5,7 +5,7 @@ {% block description %}O {{ config.contributors.items() | length }} pessoas que contribuíram para o Web Almanac 2019 como analistas, autores, pensadores, designers, desenvolvedores, editores, revisores e tradutores.{% endblock %} {% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} -{% block date_modified %}2020-07-17T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %} {% block filter_by_team %}Filtrar por equipe: {{ self.contributors() }} contribuidores.{% endblock %} {% block filter_by %}Filtrar por{% endblock %} diff --git a/src/templates/pt/2019/error.html b/src/templates/pt/2019/error.html index f042fcaaed4..f3f4173f8e7 100644 --- a/src/templates/pt/2019/error.html +++ b/src/templates/pt/2019/error.html @@ -1,7 +1,7 @@ {% extends "base/2019/error.html" %} {% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} -{% block date_modified %}2020-08-06T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %} {% block unknown_error %}Erro desconhecido{% endblock %} diff --git a/src/templates/pt/2019/index.html b/src/templates/pt/2019/index.html index 611669acf3e..2bc95ec835f 100644 --- a/src/templates/pt/2019/index.html +++ b/src/templates/pt/2019/index.html @@ -6,7 +6,7 @@ {% block twitter_image_alt %}Web Almanac {{ year }} {% endblock %} {% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} -{% block date_modified %}2020-06-21T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %} {% block intro_title %}Web Almanac{% endblock %} {% block intro_sub_title %}HTTP Archive relatório annual do
estado da web{% endblock %} diff --git a/src/templates/pt/2019/table_of_contents.html b/src/templates/pt/2019/table_of_contents.html index f573d756305..d0372c542bc 100644 --- a/src/templates/pt/2019/table_of_contents.html +++ b/src/templates/pt/2019/table_of_contents.html @@ -7,4 +7,4 @@ {% block twitter_image_alt %}Web Almanac metodologia {{ year }}{% endblock %} {% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} -{% block date_modified %}2020-06-21T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %} diff --git a/src/templates/pt/2020/contributors.html b/src/templates/pt/2020/contributors.html index 423a9b535d4..93e1cd78667 100644 --- a/src/templates/pt/2020/contributors.html +++ b/src/templates/pt/2020/contributors.html @@ -5,7 +5,7 @@ {% block description %}O {{ config.contributors.items() | length }} pessoas que contribuíram para o Web Almanac {{ year }} como analistas, autores, pensadores, designers, desenvolvedores, editores, revisores e tradutores.{% endblock %} {% block date_published %}2020-07-14T00:00:00.000Z{% endblock %} -{% block date_modified %}2020-07-17T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %} {% block filter_by_team %}Filtrar por equipe: {{ self.contributors() }} contribuidores.{% endblock %} {% block filter_by %}Filtrar por{% endblock %} diff --git a/src/templates/pt/2020/index.html b/src/templates/pt/2020/index.html index e1b3aa50e60..131a5bd6449 100644 --- a/src/templates/pt/2020/index.html +++ b/src/templates/pt/2020/index.html @@ -6,7 +6,7 @@ {% block twitter_image_alt %}Web Almanac {{ year }} {% endblock %} {% block date_published %}2020-07-06T00:00:00.000Z{% endblock %} -{% block date_modified %}2020-07-11T00:00:00.000Z{% endblock %} +{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %} {% block intro_title %}Em breve!{% endblock %} {% block intro_sub_title %}O relatório do estado da web de {{ year }}{% endblock %}