From f45c98f027b35c3c58708a987b479c9a21fed8a5 Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Thu, 16 Jun 2022 12:47:33 +0200 Subject: [PATCH] Loading lunr.js is not critical for page rendering and can be deferred (#1050) * Loading lunr.js is not critical for page rendering and can be deferred * Remove async to make sure lunr is available for offline-search.js --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a40f447df5..2d95400f65 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -32,7 +32,7 @@ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK" crossorigin="anonymous"> {{ if .Site.Params.offlineSearch -}} -