summaryrefslogtreecommitdiffstats
path: root/docs/themes/gohugoioTheme/layouts/index.headers
diff options
context:
space:
mode:
Diffstat (limited to 'docs/themes/gohugoioTheme/layouts/index.headers')
-rw-r--r--docs/themes/gohugoioTheme/layouts/index.headers26
1 files changed, 3 insertions, 23 deletions
diff --git a/docs/themes/gohugoioTheme/layouts/index.headers b/docs/themes/gohugoioTheme/layouts/index.headers
index c2a2f9d52..fedd73525 100644
--- a/docs/themes/gohugoioTheme/layouts/index.headers
+++ b/docs/themes/gohugoioTheme/layouts/index.headers
@@ -3,26 +3,6 @@
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Referrer-Policy: origin-when-cross-origin
-*/
-
-{{ $stylesheet := resources.Get "output/css/app.css" }}
-{{ $scripts := resources.Get "output/js/app.js" }}
-
-{{ with $stylesheet -}}Link: <{{ .Permalink | relURL }}>; rel=preload; as=style nopush{{- end}}
-{{ with $scripts -}}Link: <{{ .Permalink | relURL }}>; rel=preload; as=script nopush{{- end}}
-{{ range (readDir "/static/fonts/") }}
-Link: </fonts/{{ .Name }}>; rel=preload; as=font nopush
-{{ end }}
-{{ range (readDir "./themes/gohugoioTheme/static/fonts") }}
-Link: </fonts/{{ .Name }}>; rel=preload; as=font nopush
-{{ end }}
-
-{{ with $stylesheet }}
-{{ .Permalink | relURL }}
-Cache-Control: public, max-age=31556926,immutable
-{{end }}
-{{ with $scripts }}
-{{ .Permalink | relURL }}
-Cache-Control: public, max-age=31556926,immutable
-{{end}}
-
+/*
+ Link: <{{ "dist/app.bundle.js" | relURL }}>; rel=preload; as=script
+ Link: <{{ "dist/main.css" | relURL }}>; rel=preload; as=style