Skip to content

Commit 677bacb

Browse files
committed
add simple cache busting
1 parent affd6ec commit 677bacb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index/de/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="keywords" content="">
1212
<meta name="generator" content="Contao Open Source CMS">
1313
<meta name="viewport" content="width=device-width,initial-scale=1.0">
14-
<link rel="stylesheet" href="../static/A.css">
14+
<link rel="stylesheet" href="../static/A.css?v=1">
1515
<link type="text/css" rel="stylesheet" href="../static/network.css">
1616
</head>
1717

index/en/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="keywords" content="">
1212
<meta name="generator" content="Contao Open Source CMS">
1313
<meta name="viewport" content="width=device-width,initial-scale=1.0">
14-
<link rel="stylesheet" href="../static/A.css">
14+
<link rel="stylesheet" href="../static/A.css?v=1">
1515
<link type="text/css" rel="stylesheet" href="../static/network.css">
1616
</head>
1717

0 commit comments

Comments
 (0)