Skip to content

Commit

Permalink
add compress css
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jul 17, 2024
1 parent af186f8 commit efc537d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lemarche/templates/layouts/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load static dsfr_tags %}
{% load static compress dsfr_tags %}
<!DOCTYPE html>
<html lang="{% block lang %}fr{% endblock lang %}"
data-fr-scheme="system"
Expand All @@ -8,12 +8,15 @@
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no" />
{% dsfr_css %}

{% compress css %}
<link rel="stylesheet" href="{% static 'vendor/alphagov-accessible-autocomplete-2.0.3/accessible-autocomplete.min.css' %}" type="text/css" />
<link rel="stylesheet" href="{% static 'vendor/leaflet-1.7.1/leaflet.css' %}" type="text/css" />

{% comment %}See https://github.com/GouvernementFR/dsfr-theme-tarteaucitron{% endcomment %}
<link rel="stylesheet" href="{% static 'css/dsfr-theme-tac.min.css' %}" type="text/css" />
{% dsfr_favicon %}
{% endcompress %}

{% block extra_css %}
{% endblock extra_css %}
Expand Down

0 comments on commit efc537d

Please sign in to comment.