diff --git a/IPython/frontend/html/notebook/static/custom/css/custom.css b/IPython/frontend/html/notebook/static/custom/custom.css
similarity index 58%
rename from IPython/frontend/html/notebook/static/custom/css/custom.css
rename to IPython/frontend/html/notebook/static/custom/custom.css
index cd97f6e4a..9f4abdaa4 100644
--- a/IPython/frontend/html/notebook/static/custom/css/custom.css
+++ b/IPython/frontend/html/notebook/static/custom/custom.css
@@ -1,7 +1,7 @@
/*
Placeholder for custom user CSS
-mainly to be overridden in profile/static/user/custom.css
+mainly to be overridden in profile/static/custom/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/custom/js/custom.js b/IPython/frontend/html/notebook/static/custom/custom.js
similarity index 82%
rename from IPython/frontend/html/notebook/static/custom/js/custom.js
rename to IPython/frontend/html/notebook/static/custom/custom.js
index 75d87fd27..a8506ec83 100644
--- a/IPython/frontend/html/notebook/static/custom/js/custom.js
+++ b/IPython/frontend/html/notebook/static/custom/custom.js
@@ -3,10 +3,10 @@
*
*
* Placeholder for custom user javascript
- * mainly to be overridden in profile/static/user/js/custom.js
+ * mainly to be overridden in profile/static/custom/custom.js
* This will always be an empty file in IPython
*
- * User could add any javascript in the `profile/static/user/js/custom.js` file
+ * User could add any javascript in the `profile/static/custom/custom.js` file
* (and should create it if it does not exist).
* It will be executed by the ipython notebook at load time.
*
@@ -34,10 +34,10 @@
* to load custom script into the notebook.
*
* // to load the metadata ui extension example.
- * $.getScript('/static/notebooks/js/celltoolbarpresets/example.js');
+ * $.getScript('/static/notebook/js/celltoolbarpresets/example.js');
* // or
* // to load the metadata ui extension to control slideshow mode / reveal js for nbconvert
- * $.getScript('/static/notebooks/js/celltoolbarpresets/slideshow.js');
+ * $.getScript('/static/notebook/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 7db49997e..e9354dd6e 100644
--- a/IPython/frontend/html/notebook/templates/page.html
+++ b/IPython/frontend/html/notebook/templates/page.html
@@ -23,7 +23,7 @@
{% endif %}
{% endblock %}
{% endblock %}
-
+
{% block meta %}
@@ -69,7 +69,7 @@
{% endif %}
{% endblock %}
-
+