Cache-bust landing.css to force browser reload

This commit is contained in:
russell@unturf.com 2026-03-07 09:40:20 -05:00
parent 0f27a581f8
commit 69f96c48c3
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
<link rel="stylesheet" href="tokens.css">
<link rel="stylesheet" href="common.css">
<link rel="stylesheet" href="mps.css">
<link rel="stylesheet" href="landing.css">
<link rel="stylesheet" href="landing.css?v=2">
<!-- <script defer data-domain="makepostsell.com" src="https://analytics.unturf.com/js/plausible.js"></script> -->

View file

@ -12,7 +12,7 @@
<link rel="stylesheet" href="tokens.css">
<link rel="stylesheet" href="common.css">
<link rel="stylesheet" href="mps.css">
<link rel="stylesheet" href="landing.css">
<link rel="stylesheet" href="landing.css?v=2">
</head>