Skip to content

Commit b4c6731

Browse files
Clean CSS cache
1 parent 6eab103 commit b4c6731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/templates/woocommerce/layout.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<link rel="apple-touch-icon" sizes="72x72" href="{{ path('images/apple-touch-icon-72x72.png') }}"/>
1010
<link rel="apple-touch-icon" sizes="114x114" href="{{ path('images/apple-touch-icon-114x114.png') }}"/>
1111
<link rel="stylesheet" href="{{ path('css/normalize.css') }}">
12-
<link rel="stylesheet" href="{{ path('css/base.css') }}">
12+
<link rel="stylesheet" href="{{ path('css/base.css') }}?updated={{ "now"|date('U') }}">
1313
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
14-
<link rel="stylesheet" href="{{ path('css/template.css') }}">
14+
<link rel="stylesheet" href="{{ path('css/template.css') }}?updated={{ "now"|date('U') }}">
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
1616
{% block stylesheets %}
1717
{% endblock %}

0 commit comments

Comments
 (0)