Fixed a caching bug.

This commit is contained in:
2025-08-22 22:41:03 +10:00
parent 10896b975c
commit baf1f5ccde

View File

@@ -14,7 +14,7 @@ use Michelf\Markdown;
<title>Homelab Brisbane</title> <title>Homelab Brisbane</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
crossorigin="anonymous" /> crossorigin="anonymous" />
<link href="index.css" rel="stylesheet" /> <link href="index.css?v=<?=time()?>" rel="stylesheet" />
<style> <style>
.card img { .card img {
max-height: 120px; max-height: 120px;
@@ -172,7 +172,7 @@ use Michelf\Markdown;
<div id="vars" style="display: none;" nextCtl="<?= $nextCtl ?>"></div> <div id="vars" style="display: none;" nextCtl="<?= $nextCtl ?>"></div>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.7.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="index.js"></script> <script src="index.js?v=<?=time()?>"></script>
</body> </body>
</html> </html>