ronco / ember-cli-meta-tags

Set Head Tags From Ember Routes
MIT License
91 stars 31 forks source link

Support for content-for #14

Open martinbottanek opened 9 years ago

martinbottanek commented 9 years ago

It would be great if we could push meta tags to a {{content-for 'meta'}} helper, not just append them at the bottom of head

ronco commented 9 years ago

Thanks for the issue @martinbottanek. I have been thinking about how content-for support could work in with this. Out of curiosity what's your use case for targeting a specific location in the head tag?

With this is we could bring in support for static meta tags that ember-cli would add when constructing index.html. Then continue to dynamically set additional tags on transitions.