##// END OF EJS Templates
Finishing conversion of templates to use single style.*.
Brian E. Granger -
Show More
@@ -17,14 +17,6 b' window.mathjax_url = "{{mathjax_url}}";'
17
17
18 {% endblock %}
18 {% endblock %}
19
19
20 {% block lesscss %}
21 {% if use_less %}
22 <link rel="stylesheet/less" href="{{ static_url("notebooks/less/style.less") }}" type="text/css" />
23 {% else %}
24 <link rel="stylesheet" href="{{ static_url("notebooks/css/style.min.css") }}" type="text/css"/>
25 {% endif %}
26 {% endblock lesscss%}
27
28 {% block params %}
20 {% block params %}
29
21
30 data-project={{project}}
22 data-project={{project}}
General Comments 0
You need to be logged in to leave comments. Login now