Skip to content

Commit 038f145

Browse files
Generate Chapters (#1226)
Co-authored-by: bazzadp <[email protected]>
1 parent 6ad07e6 commit 038f145

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/templates/base/2019/accessibility_statement.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
{% block styles %}
3737
{{ super() }}
38-
<link rel="stylesheet" href="/static/css/page.css?v=20200810003757">
38+
<link rel="stylesheet" href="/static/css/page.css?v=20200818061352">
3939
{% endblock %}
4040

4141
{# Don't need year switcher for this template so blank it out #}

src/templates/base/2019/base_chapter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
{% block styles %}
3131
{{ super() }}
32-
<link rel="stylesheet" href="/static/css/page.css?v=20200810003757">
32+
<link rel="stylesheet" href="/static/css/page.css?v=20200818061352">
3333
{% endblock %}
3434

3535
{% block scripts %}

src/templates/base/2019/base_ebook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
{% block styles %}
2020
{{ super() }}
21-
<link rel="stylesheet" href="/static/css/page.css?v=20200810003757" />
21+
<link rel="stylesheet" href="/static/css/page.css?v=20200818061352" />
2222
<link rel="stylesheet" href="/static/css/ebook.css?v=20200809210340" />
2323

2424
<style nonce="{{ csp_nonce() }}">

src/templates/base/2019/methodology.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{% block styles %}
88
{{ super() }}
9-
<link rel="stylesheet" href="/static/css/page.css?v=20200810003757">
9+
<link rel="stylesheet" href="/static/css/page.css?v=20200818061352">
1010
{% endblock %}
1111

1212
{% block main %}

0 commit comments

Comments
 (0)