Show More
@@ -0,0 +1,7 | |||||
|
1 | /* | |||
|
2 | Placeholder for custom user CSS | |||
|
3 | ||||
|
4 | mainly to be overridden in profile/static/css/custom.css | |||
|
5 | ||||
|
6 | This will always be an empty file in IPython | |||
|
7 | */ No newline at end of file |
@@ -0,0 +1,7 | |||||
|
1 | /* | |||
|
2 | Placeholder for custom user javascript | |||
|
3 | ||||
|
4 | mainly to be overridden in profile/static/js/custom.js | |||
|
5 | ||||
|
6 | This will always be an empty file in IPython | |||
|
7 | */ |
@@ -12,6 +12,8 | |||||
12 | <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/> |
|
12 | <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/> | |
13 | {% block stylesheet %} |
|
13 | {% block stylesheet %} | |
14 | {% end %} |
|
14 | {% end %} | |
|
15 | <link rel="stylesheet" href="{{ static_url("css/custom.css") }}" type="text/css" /> | |||
|
16 | ||||
15 |
|
17 | |||
16 | {% block meta %} |
|
18 | {% block meta %} | |
17 | {% end %} |
|
19 | {% end %} | |
@@ -53,6 +55,8 | |||||
53 | {% block script %} |
|
55 | {% block script %} | |
54 | {% end %} |
|
56 | {% end %} | |
55 |
|
57 | |||
|
58 | <script src="{{static_url("js/custom.js") }}" type="text/javascript" charset="utf-8"></script> | |||
|
59 | ||||
56 | </body> |
|
60 | </body> | |
57 |
|
61 | |||
58 | </html> |
|
62 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now