From 4c2dbd2e5f425a864a50d5361f4acd5e791e415c Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 31 May 2023 01:11:40 +0200 Subject: [PATCH] Add version query parameter to Leaflet CSS and JS --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index ea48441..262546d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ {% block styles %} + href="{{ get_url(path='leaflet/leaflet.css') | safe }}?v={{ now(timestamp=true) }}" /> {% endblock %} {% block content %} @@ -28,7 +28,7 @@ {% endblock %} {% block scripts %} - +