mirror of
https://github.com/caddyserver/website.git
synced 2025-05-02 17:59:13 -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,10 +2,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Logout - Caddy</title>
|
||||
{{include "/includes/account/head.html"}}
|
||||
<script src="/resources/js/account/logout.js"></script>
|
||||
{{import "/includes/account/head.html"}}
|
||||
{{template "account-head"}}
|
||||
<script src="/resources/js/account/logout.js{{template "cacheBust"}}"></script>
|
||||
</head>
|
||||
<body>
|
||||
Logging out...
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue