mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Moving static/user to static/custom to prevent future conflicts.
This commit is contained in:
parent
ba974a28f7
commit
1a74c2c0a6
@ -23,7 +23,7 @@
|
||||
{% endif %}
|
||||
{% endblock lesscss%}
|
||||
{% endblock %}
|
||||
<link rel="stylesheet" href="{{ static_url("user/css/custom.css") }}" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ static_url("custom/css/custom.css") }}" type="text/css" />
|
||||
|
||||
|
||||
{% block meta %}
|
||||
@ -69,7 +69,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
<script src="{{static_url("user/js/custom.js") }}" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="{{static_url("custom/js/custom.js") }}" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
</body>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user