Skip to content

Commit

Permalink
Generate Chapters (#1220)
Browse files Browse the repository at this point in the history
Co-authored-by: bazzadp <[email protected]>
  • Loading branch information
2 people authored and sudheendrachari committed Sep 15, 2020
1 parent b99abef commit 2bb0fa3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/templates/pt/2019/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: <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 %}
{% block filter_by %}Filtrar por{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/pt/2019/error.html
Original file line number Diff line number Diff line change
@@ -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 %}

Expand Down
2 changes: 1 addition & 1 deletion src/templates/pt/2019/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br> <b>estado da web</b>{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/pt/2019/table_of_contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion src/templates/pt/2020/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: <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 %}
{% block filter_by %}Filtrar por{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/pt/2020/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>estado da web</b> de {{ year }}{% endblock %}
Expand Down

0 comments on commit 2bb0fa3

Please sign in to comment.