even stronger cachebusting
This commit is contained in:
@ -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") -%>
|
||||
|
Reference in New Issue
Block a user