better? cache busting
This commit is contained in:
		@@ -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") -%>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user