mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:38:25 +01:00
add date params
This commit is contained in:
parent
c7099ff62d
commit
f87a9691c1
1 changed files with 6 additions and 6 deletions
|
@ -271,13 +271,13 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<link href=/css/app-cdn.min.css rel=stylesheet>
|
<link href="/css/app-cdn.min.css?v=<%=btoa(Date.now())%>" rel=stylesheet>
|
||||||
<link href=/css/app.main.css rel=stylesheet>
|
<link href="/css/app.main.css?v=<%=btoa(Date.now())%>" rel=stylesheet>
|
||||||
<link href="/css/watch.main.css?v=56" rel=stylesheet>
|
<link href="/css/watch.main.css?v=<%=btoa(Date.now())%>" rel=stylesheet>
|
||||||
<link href="/css/watch-util.css" rel=stylesheet>
|
<link href="/css/watch-util.css?v=<%=btoa(Date.now())%>" rel=stylesheet>
|
||||||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||||
<link href="/css/watch-navbar.css?v=56" rel=stylesheet>
|
<link href="/css/watch-navbar.css?v=<%=btoa(Date.now())%>" rel=stylesheet>
|
||||||
<link href="/css/poketube.css?v=56" rel=stylesheet>
|
<link href="/css/poketube.css?v=<%=btoa(Date.now())%>" rel=stylesheet>
|
||||||
|
|
||||||
<!-- ICONS -->
|
<!-- ICONS -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue