prefix css with version to avoid cache conflict

This commit is contained in:
Harvey Tindall
2022-01-08 16:42:36 +00:00
parent 4024334c0c
commit 77c05a4d4f
13 changed files with 25 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" class="{{ .cssClass }}">
<head>
<link rel="stylesheet" type="text/css" href="css/bundle.css">
<link rel="stylesheet" type="text/css" href="css/{{ .cssVersion }}bundle.css">
{{ template "header.html" . }}
<title>Invalid Code - jfa-go</title>
</head>