Skip to content

Commit

Permalink
Generate Chapters (#934)
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] authored Jun 29, 2020
1 parent 2eb9118 commit 02c43a0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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-06-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-29T00:00:00.000Z{% endblock %}

{% block skip_navigation %}Skip navigation{% endblock %}

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

{% block styles %}
<link rel="stylesheet" href="/static/css/2019.css?v=20200627071036">
<link rel="stylesheet" href="/static/css/2019.css?v=20200629083739">
{% endblock %}

{% block page_url %}https://almanac.httparchive.org{{ url_for(request.endpoint, **get_view_args(lang=language.lang_code, year=year)) }}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/2019/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/index.css?v=20200627071036">
<link rel="stylesheet" href="/static/css/index.css?v=20200629083739">
{% endblock %}

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

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/index.css?v=20200627071036">
<link rel="stylesheet" href="/static/css/index.css?v=20200629083739">
{% endblock %}

{# Hide the TOC, Contributors and Methodology for now #}
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-06-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-29T00:00:00.000Z{% endblock %}

{% block skip_navigation %}Skip navigation{% 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-06-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-29T00:00:00.000Z{% endblock %}

{% block skip_navigation %}Saltar navegación{% 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-06-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-29T00:00:00.000Z{% endblock %}

{% block skip_navigation %}Sauter la navigation{% 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-06-27T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-29T00:00:00.000Z{% endblock %}
{% block skip_navigation %}ナビゲーションをスキップ{% endblock %}

{% block organization %}HTTP ArchiveによるWeb Almanac{% endblock %}
Expand Down

0 comments on commit 02c43a0

Please sign in to comment.