From 0b943467109d59e1ec1d52ac874557ab1af5d956 Mon Sep 17 00:00:00 2001 From: N4chtSchatten <85883544+N4chtSchatten@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:49:49 +0200 Subject: [PATCH] Update leaflet-loader.html Fix to have proper references to the the different css and js resources. --- layouts/partials/leaflet-loader.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/leaflet-loader.html b/layouts/partials/leaflet-loader.html index b3b92f4..620c762 100644 --- a/layouts/partials/leaflet-loader.html +++ b/layouts/partials/leaflet-loader.html @@ -1,9 +1,9 @@ {{ range $.Site.Params.hugoLeaflet.css }} - + {{ end }} {{ range $.Site.Params.hugoLeaflet.js }} - + {{ end }}