From 0b293e3613bff04fbe197a82ac2521348d8ddc74 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Thu, 18 Jan 2024 15:07:02 +0100 Subject: [PATCH] make pagespeed more happy --- .../layouts/_default/baseof.html | 3 ++- .../layouts/partials/head.html | 19 +++++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/themes/hugo-theme-flat/layouts/_default/baseof.html b/themes/hugo-theme-flat/layouts/_default/baseof.html index ef34452..826fcc0 100644 --- a/themes/hugo-theme-flat/layouts/_default/baseof.html +++ b/themes/hugo-theme-flat/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }} @@ -23,5 +23,6 @@ {{ partial "footer.html" . }} + {{ partial "html-end.html" . }} diff --git a/themes/hugo-theme-flat/layouts/partials/head.html b/themes/hugo-theme-flat/layouts/partials/head.html index 73748d7..111828f 100644 --- a/themes/hugo-theme-flat/layouts/partials/head.html +++ b/themes/hugo-theme-flat/layouts/partials/head.html @@ -73,11 +73,22 @@ {{ end }} - - - + + + + + + + - \ No newline at end of file + + +