pull/5/head
Septs 2022-08-07 18:29:29 +08:00
parent 9d863f9f95
commit 7f837a40bc
No known key found for this signature in database
GPG Key ID: 6C253909AE7FC3A4
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{{- range .Pages }}
<link rel="prerender" href="{{ .Permalink }}">
{{- range .Site.Pages }}
<link rel="prefetch" href="{{ .Permalink }}" as="document">
{{- end }}
{{- range .Resources }}
<link rel="prefetch" href="{{ .Permalink }}">
<link rel="preload" href="{{ .Permalink }}" as="image">
{{- end }}