From dcde5f5fd7769b0b166e3af09922a46e1c25cee2 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Sat, 25 Jan 2025 22:50:38 +0100 Subject: [PATCH] use defer instead of preload --- themes/hugo-theme-flat/layouts/partials/head.html | 11 ++++++----- themes/hugo-theme-flat/layouts/partials/html-end.html | 4 ---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/themes/hugo-theme-flat/layouts/partials/head.html b/themes/hugo-theme-flat/layouts/partials/head.html index f7d6548..013081b 100644 --- a/themes/hugo-theme-flat/layouts/partials/head.html +++ b/themes/hugo-theme-flat/layouts/partials/head.html @@ -92,12 +92,13 @@ - + - - - - + + + + + diff --git a/themes/hugo-theme-flat/layouts/partials/html-end.html b/themes/hugo-theme-flat/layouts/partials/html-end.html index 0692d7a..85bf2d3 100644 --- a/themes/hugo-theme-flat/layouts/partials/html-end.html +++ b/themes/hugo-theme-flat/layouts/partials/html-end.html @@ -4,7 +4,3 @@ - - - - \ No newline at end of file