From 9d863f9f95656299e8e3661cc6aad78425519516 Mon Sep 17 00:00:00 2001 From: Septs Date: Sun, 7 Aug 2022 18:03:19 +0800 Subject: [PATCH] add prerender and prefetch --- layouts/partials/docs/inject/head.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/partials/docs/inject/head.html diff --git a/layouts/partials/docs/inject/head.html b/layouts/partials/docs/inject/head.html new file mode 100644 index 0000000..99b2dcd --- /dev/null +++ b/layouts/partials/docs/inject/head.html @@ -0,0 +1,6 @@ +{{- range .Pages }} + +{{- end }} +{{- range .Resources }} + +{{- end }} \ No newline at end of file