mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16: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,15 +2,16 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Caddy Documentation</title>
|
||||
{{include "/includes/head.html"}}
|
||||
<link rel="stylesheet" href="/resources/css/docs.css">
|
||||
<link rel="stylesheet" href="/resources/css/docs-home.css">
|
||||
{{import "/includes/head.html"}}
|
||||
{{template "head"}}
|
||||
<link rel="stylesheet" href="/resources/css/docs.css{{template "cacheBust"}}">
|
||||
<link rel="stylesheet" href="/resources/css/docs-home.css{{template "cacheBust"}}">
|
||||
<!-- <meta property="og:title" content="Caddy 2 - The Ultimate Server with Automatic HTTPS">
|
||||
<meta name="twitter:title" value="Caddy 2 - The Ultimate Server with Automatic HTTPS"> -->
|
||||
|
||||
<script src="/resources/js/vendor/marked.min.js"></script>
|
||||
<script src="/resources/js/docs.js"></script>
|
||||
<script src="/resources/js/docs-home.js"></script>
|
||||
<script src="/resources/js/vendor/marked.min.js{{template "cacheBust"}}"></script>
|
||||
<script src="/resources/js/docs.js{{template "cacheBust"}}"></script>
|
||||
<script src="/resources/js/docs-home.js{{template "cacheBust"}}"></script>
|
||||
</head>
|
||||
<body>
|
||||
{{include "/includes/header.html" ""}}
|
||||
|
@ -181,4 +182,4 @@
|
|||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue