Fix server push and use Link header to load CSS

Nginx with http2_push_preload on will convert the Link header to server
pushes, so we use it to load css.
This commit is contained in:
Harvey Tindall
2021-01-15 18:57:12 +00:00
parent ca0889aaab
commit ffc62574ec
4 changed files with 33 additions and 10 deletions
-1
View File
@@ -2,7 +2,6 @@
<html lang="en" class="{{ .cssClass }}">
<head>
<link rel="stylesheet" type="text/css" href="css/base.css">
<script>
window.URLBase = "{{ .urlBase }}";
window.notificationsEnabled = {{ .notifications }};