Skip to content

Commit

Permalink
Add version to public css for cache busting.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Nov 10, 2022
1 parent a8193d8 commit af4b532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/public/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit af4b532

Please sign in to comment.