Skip to content

Commit

Permalink
Generate Chapters (#987)
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 Jul 8, 2020
1 parent 8ba39cf commit 4d663ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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=20200706002105">
<link rel="stylesheet" href="/static/css/page.css?v=20200708202040">
{% 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_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=20200706002105">
<link rel="stylesheet" href="/static/css/page.css?v=20200708202040">
{% 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=20200706002105" />
<link rel="stylesheet" href="/static/css/page.css?v=20200708202040" />
<link rel="stylesheet" href="/static/css/ebook.css?v=20200707074028" />

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

{% block main %}
Expand Down

0 comments on commit 4d663ea

Please sign in to comment.