SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit b44a3a03 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Temporary css load fix: load all bundle in head

parent e44786a2
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'fa/css/font-awesome.min.css' %}" />
<link rel="stylesheet" href="{% static 'flags/sprite-hq.css' %}">
{% render_bundle 'main' 'css' %}
{% render_bundle 'main' %}
<link rel="shortcut icon" href="{% static 'scipost/images/scipost_favicon.png' %}"/>
......@@ -44,8 +44,6 @@
<script type="text/javascript" src="{% static 'scipost/mathjax-config.js' %}"></script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML,Safe"></script>
{% render_bundle 'main' 'js' %}
{% block footer_script %}
{% endblock footer_script %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment