Skip to content

Commit

Permalink
Generate Chapters (#871)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 3, 2020
1 parent df9b681 commit 7b55230
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/templates/ar/2019/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% block twitter_image_alt %}{{ year }} Web Almanac{% endblock %}

{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %}
{% block date_modified %}2020-05-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-03T00:00:00.000Z{% endblock %}

{% block breadcrumb_name_1 %}{{ year }} Home{% endblock %}
{% block breadcrumb_name_2 %}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/2019/accessibility_statement.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/page.css?v=20200527181403">
<link rel="stylesheet" href="/static/css/page.css?v=20200603172138">
{% endblock %}

{% block main %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/2019/base_chapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/page.css?v=20200527181403">
<link rel="stylesheet" href="/static/css/page.css?v=20200603172138">
{% endblock %}

{% block scripts %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/2019/base_ebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/page.css?v=20200527181403" />
<link rel="stylesheet" href="/static/css/page.css?v=20200603172138" />
<link rel="stylesheet" href="/static/css/ebook.css?v=20200520165459" />

<style>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/2019/methodology.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/page.css?v=20200527181403">
<link rel="stylesheet" href="/static/css/page.css?v=20200603172138">
{% endblock %}

{% block main %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/en/2019/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block twitter_image_alt %}{{ year }} Web Almanac{% endblock %}

{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %}
{% block date_modified %}2020-05-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-03T00:00:00.000Z{% endblock %}

{% block breadcrumb_name_1 %}{{ year }} Home{% endblock %}
{% block breadcrumb_name_2 %}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/es/2019/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block twitter_image_alt %}{{ year }} Web Almanac{% endblock %}

{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %}
{% block date_modified %}2020-05-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-03T00:00:00.000Z{% endblock %}

{% block breadcrumb_name_1 %}{{ year }} Home{% endblock %}
{% block breadcrumb_name_2 %}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/fr/2019/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block twitter_image_alt %}Web Almanac {{ year }}{% endblock %}

{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %}
{% block date_modified %}2020-05-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-03T00:00:00.000Z{% endblock %}

{% block breadcrumb_name_1 %}Page d’accueil {{ year }}{% endblock %}
{% block breadcrumb_name_2 %}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/ja/2019/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block twitter_image_alt %}{{ year }} Web Almanac{% endblock %}

{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %}
{% block date_modified %}2020-05-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-03T00:00:00.000Z{% endblock %}

{% block breadcrumb_name_1 %}{{ year }} ホーム{% endblock %}
{% block breadcrumb_name_2 %}{% endblock %}
Expand Down

0 comments on commit 7b55230

Please sign in to comment.