Archived
1
0

dont cache

This commit is contained in:
Jeff Becker 2017-03-20 19:57:18 -04:00
parent 6ebb563fbb
commit ccaa23c9d8
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" href="{{board.Prefix}}static/site.css" />
<link rel="stylesheet" href="{{board.Prefix}}static/user.css" />
<link id="current_theme" rel="stylesheet" href="{{board.Prefix}}static/user.css" />

View File

@ -15,6 +15,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" href="{{thread.Prefix}}static/site.css" />
<link rel="stylesheet" href="{{thread.Prefix}}static/user.css" />
<link id="current_theme" rel="stylesheet" href="{{thread.Prefix}}static/user.css" />