Skip to content

Commit

Permalink
Generate Chapters (#1226)
Browse files Browse the repository at this point in the history
Co-authored-by: bazzadp <[email protected]>
  • Loading branch information
2 people authored and sudheendrachari committed Sep 15, 2020
1 parent 9886f0a commit a432870
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=20200810003757">
<link rel="stylesheet" href="/static/css/page.css?v=20200818061352">
{% 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 @@ -29,7 +29,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/page.css?v=20200810003757">
<link rel="stylesheet" href="/static/css/page.css?v=20200818061352">
{% 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=20200810003757" />
<link rel="stylesheet" href="/static/css/page.css?v=20200818061352" />
<link rel="stylesheet" href="/static/css/ebook.css?v=20200809210340" />

<style nonce="{{ csp_nonce() }}">
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=20200810003757">
<link rel="stylesheet" href="/static/css/page.css?v=20200818061352">
{% endblock %}

{% block main %}
Expand Down

0 comments on commit a432870

Please sign in to comment.