We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063da5e commit 7b30043Copy full SHA for 7b30043
1 file changed
templates/layout.twig
@@ -5,7 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<title>{{ site_title }} - phpCacheAdmin</title>
7
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon.png">
8
- <link rel="stylesheet" href="assets/css/styles.css">
+ <link rel="stylesheet" href="assets/css/styles.css?v={{ version }}">
9
</head>
10
<body class="bg-gray-50 text-gray-900 md:ml-64" data-dashboard="{{ current }}">
11
<aside id="sidebar" class="hidden md:block">
@@ -70,6 +70,6 @@
70
{{ dashboard|raw }}
71
</div>
72
73
-<script src="assets/js/scripts.js"></script>
+<script src="assets/js/scripts.js?v={{ version }}"></script>
74
</body>
75
</html>
0 commit comments