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
|
@ -4,7 +4,7 @@
|
|||
<title>Caddy for Business</title>
|
||||
{{import "/includes/head.html"}}
|
||||
{{template "head"}}
|
||||
<link rel="stylesheet" href="/resources/css/business.css">
|
||||
<link rel="stylesheet" href="/resources/css/business.css{{template "cacheBust"}}">
|
||||
<meta property="og:title" content="Caddy 2 for Business">
|
||||
<meta name="twitter:title" value="Caddy 2 for Business">
|
||||
</head>
|
||||
|
|
|
@ -49,9 +49,10 @@
|
|||
<!-- Alpine.js to augment markdown docs -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@alpinejs/persist@3.x.x/dist/cdn.min.js" defer></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js" defer></script>
|
||||
{{end}}
|
||||
|
||||
|
||||
<!-- TODO: These don't work -- color values need to be tweaked if they do work -- I think because background-color is set on the body. -->
|
||||
<meta name="theme-color" content="#123245" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="#123245" media="(prefers-color-scheme: dark)">
|
||||
|
||||
{{end}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue