Skip to content

Commit 580803d

Browse files
authored
Cache bust css for keras.io (#2073)
We should ideally do this through a fancier hosting solution rather than this manual approach. But let's get this out to unbreak peoples pages.
1 parent 8b07a1f commit 580803d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

theme/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link href="{{base_url}}css/bootstrap.min.css" rel="stylesheet">
3131

3232
<!-- Custom styles for this template -->
33-
<link href="{{base_url}}css/docs.css" rel="stylesheet">
33+
<link href="{{base_url}}css/docs.css?v=2" rel="stylesheet">
3434
<link href="{{base_url}}css/monokai.css" rel="stylesheet">
3535

3636
<!-- Google Tag Manager -->

theme/keras_3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="https://fonts.googleapis.com/css?family=Open+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
1919

2020
<!-- Custom styles for this template -->
21-
<link href="/css/landing.css" rel="stylesheet">
22-
<link href="/css/announcement.css" rel="stylesheet">
21+
<link href="/css/landing.css?v=2" rel="stylesheet">
22+
<link href="/css/announcement.css?v=2" rel="stylesheet">
2323
<link href="{{base_url}}css/monokai.css" rel="stylesheet">
2424

2525
<!-- Google Tag Manager -->

theme/landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/>
3939

4040
<!-- Custom styles for this template -->
41-
<link href="css/landing.css" rel="stylesheet">
41+
<link href="css/landing.css?v=2" rel="stylesheet">
4242

4343
<!-- Google Tag Manager -->
4444
<script>

0 commit comments

Comments
 (0)