Skip to content

Commit

Permalink
Generate Chapters (#935)
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 b053c74 commit 6a2f7a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 @@ -35,7 +35,7 @@

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

{# Don't need year switcher for this template so blank it out #}
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=20200629083739">
<link rel="stylesheet" href="/static/css/2019.css?v=20200629134312">
{% 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/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=20200603172138">
<link rel="stylesheet" href="/static/css/page.css?v=20200629134312">
{% 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=20200603172138" />
<link rel="stylesheet" href="/static/css/page.css?v=20200629134312" />
<link rel="stylesheet" href="/static/css/ebook.css?v=20200620090342" />

<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=20200603172138">
<link rel="stylesheet" href="/static/css/page.css?v=20200629134312">
{% endblock %}

{% block main %}
Expand Down

0 comments on commit 6a2f7a0

Please sign in to comment.