diff --git a/base.twig b/base.twig index 28e26d3b38060677e960ad5efdde5829e893aa10..8c2fc4898d09340e4c37bc5050627fecdc5d4fd8 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>