Optimisation du site #9

Merged
deborah.jean merged 2 commits from ecoindex_optimization into master 2025-11-27 14:12:17 +01:00
Showing only changes of commit f34549ed09 - Show all commits

View File

@@ -8,8 +8,8 @@
<link rel="icon" href="{{ site.faviconPath }}" type="image/png" /> <link rel="icon" href="{{ site.faviconPath }}" type="image/png" />
{% include "partials/global/meta-info.njk" %} {% include "partials/global/meta-info.njk" %}
<script>document.documentElement.classList.remove('no-js');</script> <script>document.documentElement.classList.remove('no-js');</script>
<link rel = "stylesheet" href="/vendor/css/leaflet.css"/> <link rel = "stylesheet" href="/vendor/css/leaflet.css" media="print" onload="this.media='all'"/>
<link rel = "stylesheet" href="/vendor/css/bootstrap.min.css"/> <link rel = "stylesheet" href="/vendor/css/bootstrap.min.css" media="print" onload="this.media='all'"/>
<style>{% include "assets/css/global.css" %}</style> <style>{% include "assets/css/global.css" %}</style>
{% block head %} {% block head %}
{% endblock %} {% endblock %}