diff --git a/app/index.html b/app/index.html
index d0f021446..0ff05cf7d 100644
--- a/app/index.html
+++ b/app/index.html
@@ -22,7 +22,7 @@
-
+
{{content-for "head-footer"}}
diff --git a/ember-cli-build.js b/ember-cli-build.js
index fe38bf71f..435cf138d 100644
--- a/ember-cli-build.js
+++ b/ember-cli-build.js
@@ -31,7 +31,7 @@ module.exports = function(defaults) {
content: (process.env.SITE_TITLE || 'DataCite Fabrica'),
},
'cdn-url': {
- content: (process.env.CDN_URL === 'https://datacite.org' ? 'doi.datacite.org' : 'doi.stage.datacite.org') + '/stylesheets/doi.css?version=' + (pkg.version || '1.0'),
+ content: (process.env.CDN_URL || 'https://datacite.org') + '/stylesheets/doi.css?version=' + (pkg.version || '1.0'),
},
},
'ember-power-select': {