Add version param to stylesheet href

This commit is contained in:
2025-06-16 20:18:04 -07:00
parent b453dfffc1
commit 6fdf68fcfc
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
type="text/css"
media="screen"
/>
<link rel="stylesheet" href="$root/app.css" />
<link rel="stylesheet" href="$root/app.css?$generate_date" />
</head>
<body class="bg-white">
<header>