From 91eeea0d6b61b652a0bc3b16a137609da59da69f Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 14 May 2026 20:59:30 +0200 Subject: fix: remove defer from pkg-list/pkg-changelog scripts (race with Alpine) --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 734c808..50bdf39 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -93,9 +93,9 @@ {{ $pkgListScript := resources.Get "js/pkg-list.js" | minify }} - + {{ $pkgChangelogScript := resources.Get "js/pkg-changelog.js" | minify }} - + {{ $notFoundScript := resources.Get "js/not-found-page.js" | minify }} -- cgit v1.2.3