Implement cache busting (#337)

This commit is contained in:
Francis Lavoie 2023-08-11 12:03:17 -04:00 committed by GitHub
parent 254e415a61
commit c66f785fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 85 additions and 56 deletions

View file

@ -2,8 +2,9 @@
<html>
<head>
<title>Create Account - Caddy</title>
{{include "/includes/account/head.html"}}
<script src="/resources/js/account/create.js"></script>
{{import "/includes/account/head.html"}}
{{template "account-head"}}
<script src="/resources/js/account/create.js{{template "cacheBust"}}"></script>
</head>
<body>
<form action="/api/create-account" class="card">
@ -25,4 +26,4 @@
</section>
</form>
</body>
</html>
</html>