Implement cache busting

This commit is contained in:
Francis Lavoie 2023-08-10 17:15:01 -04:00
parent 254e415a61
commit 2aa6cd48e1
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
17 changed files with 85 additions and 56 deletions

View file

@ -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>