Skip to content

Commit c680407

Browse files
Generate Chapters (#1220)
Co-authored-by: bazzadp <[email protected]>
1 parent ef5dbd3 commit c680407

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/templates/pt/2019/contributors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% 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 %}
66

77
{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %}
8-
{% block date_modified %}2020-07-17T00:00:00.000Z{% endblock %}
8+
{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %}
99

1010
{% block filter_by_team %}Filtrar por equipe: <span id="filtered-contributors">{{ self.contributors() }}</span><span id="contributors-total-text" class="hidden"> de <span id="contributors-total">{{ config.contributors.items() | length }}</span></span> contribuidores.{% endblock %}
1111
{% block filter_by %}Filtrar por{% endblock %}

src/templates/pt/2019/error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "base/2019/error.html" %}
22

33
{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %}
4-
{% block date_modified %}2020-08-06T00:00:00.000Z{% endblock %}
4+
{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %}
55

66
{% block unknown_error %}Erro desconhecido{% endblock %}
77

src/templates/pt/2019/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% block twitter_image_alt %}Web Almanac {{ year }} {% endblock %}
77

88
{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %}
9-
{% block date_modified %}2020-06-21T00:00:00.000Z{% endblock %}
9+
{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %}
1010

1111
{% block intro_title %}Web Almanac{% endblock %}
1212
{% block intro_sub_title %}HTTP Archive relatório annual do <br> <b>estado da web</b>{% endblock %}

src/templates/pt/2019/table_of_contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
{% block twitter_image_alt %}Web Almanac metodologia {{ year }}{% endblock %}
88

99
{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %}
10-
{% block date_modified %}2020-06-21T00:00:00.000Z{% endblock %}
10+
{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %}

src/templates/pt/2020/contributors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% 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 %}
66

77
{% block date_published %}2020-07-14T00:00:00.000Z{% endblock %}
8-
{% block date_modified %}2020-07-17T00:00:00.000Z{% endblock %}
8+
{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %}
99

1010
{% block filter_by_team %}Filtrar por equipe: <span id="filtered-contributors">{{ self.contributors() }}</span><span id="contributors-total-text" class="hidden"> de <span id="contributors-total">{{ config.contributors.items() | length }}</span></span> contribuidores.{% endblock %}
1111
{% block filter_by %}Filtrar por{% endblock %}

src/templates/pt/2020/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% block twitter_image_alt %}Web Almanac {{ year }} {% endblock %}
77

88
{% block date_published %}2020-07-06T00:00:00.000Z{% endblock %}
9-
{% block date_modified %}2020-07-11T00:00:00.000Z{% endblock %}
9+
{% block date_modified %}2020-08-16T00:00:00.000Z{% endblock %}
1010

1111
{% block intro_title %}Em breve!{% endblock %}
1212
{% block intro_sub_title %}O relatório do <b>estado da web</b> de {{ year }}{% endblock %}

0 commit comments

Comments
 (0)