feat: add cache-busting for css files

This commit is contained in:
2025-09-14 14:27:00 +04:00
parent 3c8d47ed52
commit 6a25f6b4cd
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ if ($categoryId && isset($allCategories[$categoryId])) {
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="csrf-token" content="<?php echo generateCSRFToken(); ?>">
<title><?php echo htmlspecialchars($categoryName); ?> - kaubuntu.re</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/styles.css?v=<?php echo filemtime('css/styles.css'); ?>">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">
<!-- Favicons -->