diff --git a/index.js b/index.js
index f18a494..9f1d4e4 100644
--- a/index.js
+++ b/index.js
@@ -17,9 +17,9 @@ module.exports = {
this._super.included.apply(this, arguments);
},
- contentFor: function(type) {
+ contentFor: function(type, config) {
if (type === 'head') {
- return '';
+ return ``;
}
},