From 92d0be2a93b43b9af4294444ffb7e393245d1341 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 29 Sep 2020 21:48:35 +0200 Subject: [PATCH] Load bootstrap before custom css --- base.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.twig b/base.twig index 28e26d3..8c2fc48 100644 --- a/base.twig +++ b/base.twig @@ -16,11 +16,11 @@ <link rel="canonical" href="{{ current_page.url }}" /> {% endif %} + <link rel="stylesheet" href="{{ theme_url }}/css/bootstrap.min.css" > <link rel="stylesheet" href="{{ theme_url }}/css/style.css" type="text/css" /> <link rel="stylesheet" href="{{ theme_url }}/css/droidsans.css" type="text/css" /> <link rel="stylesheet" href="{{ theme_url }}/css/fontello.css" type="text/css" /> <link rel="shortcut icon" href="{{ theme_url }}/img/favicon.png"> - <link rel="stylesheet" href="{{ theme_url }}/css/bootstrap.min.css" > {% block head %} {% endblock %} </head> -- GitLab