mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
Implement cache busting
This commit is contained in:
parent
254e415a61
commit
2aa6cd48e1
17 changed files with 85 additions and 56 deletions
|
@ -2,8 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Caddy - The Ultimate Server with Automatic HTTPS</title>
|
||||
{{include "/includes/head.html"}}
|
||||
<link rel="stylesheet" href="/resources/css/home.css">
|
||||
{{import "/includes/head.html"}}
|
||||
{{template "head"}}
|
||||
<link rel="stylesheet" href="/resources/css/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">
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue