better? cache busting
This commit is contained in:
parent
d70b27cda0
commit
f071919fa8
@ -8,7 +8,7 @@
|
|||||||
<title>Porom</title>
|
<title>Porom</title>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% math.randomseed(os.time()) %>
|
<% 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<% render("views.common.topnav") -%>
|
<% render("views.common.topnav") -%>
|
||||||
|
Loading…
Reference in New Issue
Block a user