Skip to content

Commit 721c347

Browse files
committed
Cachebust css in head
1 parent 09030a7 commit 721c347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/_common-head.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-32.png"/>
66
<link rel="apple-touch-icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-180.png"/>
77

8-
<link rel="stylesheet" href="{{ absolute_url(asset('styles/core.css?ver=1.4', 'website-2021')) }}" media="screen"/>
8+
<link rel="stylesheet" href="{{ absolute_url(asset('styles/core.css?ver=1.5', 'website-2021')) }}" media="screen"/>
99

1010
<!--
1111
CSS Mustard Cut
@@ -14,7 +14,7 @@ Edge, Chrome 39+, Opera 26+, Safari 9+, iOS 9+, Android ~5+, Android UCBrowser ~
1414
FF 47+
1515
-->
1616
<link rel="stylesheet" id="advanced-stylesheet"
17-
href="{{ absolute_url(asset('styles/advanced.css?ver=1.4', 'website-2021')) }}" media="
17+
href="{{ absolute_url(asset('styles/advanced.css?ver=1.5', 'website-2021')) }}" media="
1818
only print,
1919
only all and (pointer: fine), only all and (pointer: coarse), only all and (pointer: none),
2020
only all and (min--moz-device-pixel-ratio:0) and (display-mode:browser), (min--moz-device-pixel-ratio:0) and (display-mode:fullscreen)

0 commit comments

Comments
 (0)