Skip to content
Snippets Groups Projects
Verified Commit 92d0be2a authored by David Beniamine's avatar David Beniamine
Browse files

Load bootstrap before custom css

parent 78dd8b90
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment