Add version to public css for cache busting.
This commit is contained in:
parent
a8193d80c8
commit
af4b532a00
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
href="{{ .RootURL }}/archive.xml" />
|
||||
{{ end }}
|
||||
|
||||
<link href="/public/static/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/public/static/style.css?v2.3.0" rel="stylesheet" type="text/css" />
|
||||
<link href="/public/custom.css" rel="stylesheet" type="text/css">
|
||||
<script src="/public/custom.js" async defer></script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue