3091f9ac5e
Current page title is put before generic one, e.g. "Create a poll | Croodle" instead of "Croodle | Create a poll". This was an upstream change with could reasoning. Have a look here: https://github.com/adopted-ember-addons/ember-page-title/releases/tag/5.0.0 Version 4.0.0 required the `{{head-layout}}` component in application's template: https://github.com/adopted-ember-addons/ember-page-title/releases/tag/4.0.0
6 lines
213 B
Handlebars
6 lines
213 B
Handlebars
{{!--
|
|
Add content you wish automatically added to the documents head
|
|
here. The 'model' available in this template can be populated by
|
|
setting values on the 'head-data' service.
|
|
--}}
|
|
<title>{{model.title}}</title>
|