better? cache busting
This commit is contained in:
parent
d70b27cda0
commit
f071919fa8
@ -8,7 +8,7 @@
|
||||
<title>Porom</title>
|
||||
<% end %>
|
||||
<% math.randomseed(os.time()) %>
|
||||
<link rel="stylesheet" href="<%= "/static/style.css?" .. math.random(1, 100) %>">
|
||||
<link rel="stylesheet" href="<%= "/static/style.css?v=" .. math.random(1, 100) %>">
|
||||
</head>
|
||||
<body>
|
||||
<% render("views.common.topnav") -%>
|
||||
|
Loading…
Reference in New Issue
Block a user