add cache buster through intercepted text rewrite
This commit is contained in:
parent
460cbea747
commit
279f2ad0b3
4 changed files with 28 additions and 23 deletions
|
|
@ -14,9 +14,9 @@
|
|||
<title>Kiri:Moto</title>
|
||||
<link rel="icon" href="/kiri/favicon.ico">
|
||||
<link rel="apple-touch-icon" href="/kiri/favicon-mobile.png">
|
||||
<link rel="stylesheet" type="text/css" href="/moto/style.css?181">
|
||||
<link rel="stylesheet" type="text/css" href="/kiri/style.css?181">
|
||||
<script src="/code/kiri.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/moto/style.css?{{version}}">
|
||||
<link rel="stylesheet" type="text/css" href="/kiri/style.css?{{version}}">
|
||||
<script src="/code/kiri.js?{{version}}"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- app title home page links -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue