mirror of
https://github.com/caddyserver/website.git
synced 2025-04-26 06:56:15 -04:00
Re-add cache busting
Fix docs
This commit is contained in:
parent
09b9c74bfc
commit
5e93103dce
8 changed files with 46 additions and 31 deletions
|
@ -2,8 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Download Caddy</title>
|
||||
{{include "/includes/head.html"}}
|
||||
<link rel="stylesheet" href="/resources/css/download.css">
|
||||
{{import "/includes/head.html"}}
|
||||
{{template "head"}}
|
||||
<link rel="stylesheet" href="/resources/css/download.css{{template "cacheBust"}}">
|
||||
</head>
|
||||
<body>
|
||||
<div class="hero">
|
||||
|
@ -21,4 +22,4 @@
|
|||
|
||||
{{include "/includes/footer.html"}}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue