even stronger cachebusting

This commit is contained in:
2025-05-24 16:15:37 +03:00
parent ed34f394ce
commit 2a22f6d2ce
3 changed files with 18 additions and 2 deletions

View File

@ -7,8 +7,7 @@
<% else %>
<title>Porom</title>
<% end %>
<% math.randomseed(os.time()) %>
<link rel="stylesheet" href="<%= "/static/style.css?v=" .. math.random(1, 100) %>">
<link rel="stylesheet" href="<%= "/static/style.css?v=" .. __cachebust %>">
</head>
<body>
<% render("views.common.topnav") -%>