diff --git a/IPython/frontend/html/notebook/static/base/css/custom.css b/IPython/frontend/html/notebook/static/user/css/custom.css
similarity index 80%
rename from IPython/frontend/html/notebook/static/base/css/custom.css
rename to IPython/frontend/html/notebook/static/user/css/custom.css
index e3f18e6..cd97f6e 100644
--- a/IPython/frontend/html/notebook/static/base/css/custom.css
+++ b/IPython/frontend/html/notebook/static/user/css/custom.css
@@ -1,7 +1,7 @@
/*
Placeholder for custom user CSS
-mainly to be overridden in profile/static/css/custom.css
+mainly to be overridden in profile/static/user/custom.css
This will always be an empty file in IPython
*/
\ No newline at end of file
diff --git a/IPython/frontend/html/notebook/static/base/js/custom.js b/IPython/frontend/html/notebook/static/user/js/custom.js
similarity index 88%
rename from IPython/frontend/html/notebook/static/base/js/custom.js
rename to IPython/frontend/html/notebook/static/user/js/custom.js
index 8375f39..75d87fd 100644
--- a/IPython/frontend/html/notebook/static/base/js/custom.js
+++ b/IPython/frontend/html/notebook/static/user/js/custom.js
@@ -3,14 +3,14 @@
*
*
* Placeholder for custom user javascript
- * mainly to be overridden in profile/static/js/custom.js
+ * mainly to be overridden in profile/static/user/js/custom.js
* This will always be an empty file in IPython
*
- * User could add any javascript in the `profile/static/js/custom.js` file
+ * User could add any javascript in the `profile/static/user/js/custom.js` file
* (and should create it if it does not exist).
* It will be executed by the ipython notebook at load time.
*
- * Same thing with `profile/static/css/custom.css` to inject custom css into the notebook.
+ * Same thing with `profile/static/user/css/custom.css` to inject custom css into the notebook.
*
* Example :
*
@@ -34,10 +34,10 @@
* to load custom script into the notebook.
*
* // to load the metadata ui extension example.
- * $.getScript('/static/js/celltoolbarpresets/example.js');
+ * $.getScript('/static/notebooks/js/celltoolbarpresets/example.js');
* // or
* // to load the metadata ui extension to control slideshow mode / reveal js for nbconvert
- * $.getScript('/static/js/celltoolbarpresets/slideshow.js');
+ * $.getScript('/static/notebooks/js/celltoolbarpresets/slideshow.js');
*
*
* @module IPython
diff --git a/IPython/frontend/html/notebook/templates/page.html b/IPython/frontend/html/notebook/templates/page.html
index 2d9637a..4dd13e1 100644
--- a/IPython/frontend/html/notebook/templates/page.html
+++ b/IPython/frontend/html/notebook/templates/page.html
@@ -18,7 +18,7 @@
{% block lesscss %}
{% endblock lesscss%}
{% endblock %}
-
+
{% block meta %}
@@ -64,7 +64,7 @@
{% endif %}
{% endblock %}
-
+