From 7c4704350a9a32062884d3c96167a24f1c15f910 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 14 May 2026 20:43:26 +0200 Subject: feat: load pkg-list and pkg-changelog JS in baseof.html --- layouts/_default/baseof.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 98ff8f8..50bdf39 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -91,6 +91,12 @@ {{ $contactScript := resources.Get "js/contact-form.js" | minify }} + + {{ $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