Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update datestamps and generate chapters #869

Merged
merged 1 commit into from
Jun 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=4">
<link rel="stylesheet" href="/static/css/2019.css?v=20200603105238">
{% 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/en/2019/accessibility_statement.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% block twitter_image_alt %}Web Almanac Accessibility Statement{% endblock %}

{% block date_published %}2020-02-03T12:00:00.000Z{% endblock %}
{% block date_modified %}2020-05-20T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-03T00:00:00.000Z{% endblock %}

{% block breadcrumb_name_2 %}Accessibility Statement{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion src/templates/ja/2019/accessibility_statement.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% block twitter_image_alt %}Web Almanacのアクセシビリティに関する声明{% endblock %}

{% block date_published %}2020-02-03T12:00:00.000Z{% endblock %}
{% block date_modified %}2020-05-23T00:00:00.000Z{% endblock %}
{% block date_modified %}2020-06-03T00:00:00.000Z{% endblock %}

{% block breadcrumb_name_2 %}アクセシビリティに関する声明{% endblock %}

Expand Down
4 changes: 2 additions & 2 deletions src/templates/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

<url>
<loc>https://almanac.httparchive.org/en/accessibility-statement</loc>
<lastmod>2020-05-20</lastmod>
<lastmod>2020-06-03</lastmod>
</url>

<url>
Expand Down Expand Up @@ -348,7 +348,7 @@

<url>
<loc>https://almanac.httparchive.org/ja/accessibility-statement</loc>
<lastmod>2020-05-23</lastmod>
<lastmod>2020-06-03</lastmod>
</url>

</urlset>