mirror of
https://github.com/caddyserver/website.git
synced 2025-04-30 16:59:14 -04:00
Implement cache busting (#337)
This commit is contained in:
parent
254e415a61
commit
c66f785fcb
17 changed files with 85 additions and 56 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue