Omar Hamdan

Results 1 comments of Omar Hamdan

This worked for me: `ember-page-title: 4.0.2`. (Only tested with one engine) 1) add ember-page-title to the engines package.json ``` "dependencies": { "ember-page-title": "*" }, ``` 2) Create `head.hbs` file in...